mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-10 14:55:55 +08:00
changed Example compose file to use locally built image
This commit is contained in:
parent
593c2f82ea
commit
215e0b1b8a
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
command: --debug --dbaddr db --dbuser pokerogue --dbpass pokerogue --dbname pokeroguedb
|
command: --debug --dbaddr db --dbuser pokerogue --dbpass pokerogue --dbname pokeroguedb
|
||||||
image: ghcr.io/pagefaultgames/rogueserver:master
|
image: rogueserver:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user