Skip to content

Commit 89ea7b4

Browse files
committed
Move GC config in compose setup to volume
This avoids conflicts with the non-docker setup.
1 parent 5764111 commit 89ea7b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: "3.1"
22

3+
volumes:
4+
ssl-game-controller:
5+
36
services:
47
ssl-game-controller:
58
build:
@@ -15,7 +18,7 @@ services:
1518
- "-address"
1619
- ":8081"
1720
volumes:
18-
- "./config:/config:rw"
21+
- "ssl-game-controller:/config:rw"
1922
network_mode: "${NETWORK_MODE}"
2023
ports:
2124
- "8081:8081/tcp"

0 commit comments

Comments
 (0)