Some minor changes
All checks were successful
Build Container / build (push) Successful in 1m20s

This commit is contained in:
magmaus3 2023-05-18 08:36:46 +02:00
parent b92032c24f
commit 1f6645f24e
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
2 changed files with 19 additions and 26 deletions

View file

@ -16,12 +16,6 @@ You'll also need to import the database from [the source code repository](https:
For more details, check [the project wiki](https://github.com/Cvolton/GMDprivateServer/wiki)
---
building the image:
```
docker buildx build . -t <image tag>
```
<!---->
<!-- running (remove the `-it` params to run in background): -->
<!-- ``` -->

View file

@ -1,11 +1,10 @@
services:
service-info: {"image":"busybox:1.36.0", "entrypoint": ["echo", "-e", '\n\n ___ __ __ ____ ___ ____ _____ _ _ _ _____ \n|_ _| \\/ | _ \\ / _ \\| _ \\_ _|/ \\ | \\ | |_ _|\n | || |\\/| | |_) | | | | |_) || | / _ \\ | \\| | | | \n | || | | | __/| |_| | _ < | |/ ___ \\| |\\ | | | \n|___|_| |_|_| \\___/|_| \\_\\|_/_/ \\_\\_| \\_| |_| \n\n IMPORTANT: You will need to import the database dump from https://raw.githubusercontent.com/Cvolton/GMDprivateServer/master/database.sql for the server to work!\n\nProject wiki: https://github.com/Cvolton/GMDprivateServer/wiki\n']}
# service-info:
# # Reminder about setting up your database, you can safely remove this
# image: busybox:1.36.0
# entrypoint: ["echo", "-e", "\n\n ___ __ __ ____ ___ ____ _____ _ _ _ _____ \n|_ _| \\/ | _ \\ / _ \\| _ \\_ _|/ \\ | \\ | |_ _|\n | || |\\/| | |_) | | | | |_) || | / _ \\ | \\| | | | \n | || | | | __/| |_| | _ < | |/ ___ \\| |\\ | | | \n|___|_| |_|_| \\___/|_| \\_\\|_/_/ \\_\\_| \\_| |_| \n\n IMPORTANT: You will need to import the database dump from https://raw.githubusercontent.com/Cvolton/GMDprivateServer/master/database.sql for the server to work!\n\n"]
server:
server:
# You can also use a prebuilt image,
# available at
# https://codeberg.org/magmaus3/cvoltongdps-docker/packages
build: '.'
environment:
DB_SERVER_NAME: "db"