mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Merge pull request #876 from jgillich/fix-compose
Fix docker compose file
This commit is contained in:
commit
6ea875f3be
|
|
@ -11,6 +11,8 @@ services:
|
|||
- 51000-51001:51000-51001/udp
|
||||
- 51002:51002/tcp
|
||||
command: sbt server/run
|
||||
environment:
|
||||
CONFIG_FORCE_database_host: db
|
||||
adminer:
|
||||
image: adminer
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue