docker/README.md
magmaus3 1f6645f24e
All checks were successful
Build Container / build (push) Successful in 1m20s
Some minor changes
2023-05-18 08:41:33 +02:00

901 B

github.com/Cvolton/GMDprivateServer, packaged in docker

Usage:

After you clone this repository, you can run the server using docker compose, which includes the server, mariadb database and adminer for managment:

docker compose up

Make sure to change the passwords included in the file:

  • DB_PASSWORD for server
  • MARIADB_PASSWORD for db
  • MARIADB_ROOT_PASSWORD for db

You'll also need to import the database from the source code repository.

For more details, check the project wiki