add comments
This commit is contained in:
parent
f295167766
commit
1663a127cc
@ -10,7 +10,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
# Copy these from the git repo
|
||||||
- ./servers.json:/usr/src/minetrack/servers.json
|
- ./servers.json:/usr/src/minetrack/servers.json
|
||||||
- ./config.json:/usr/src/minetrack/config.json
|
- ./config.json:/usr/src/minetrack/config.json
|
||||||
- ./data:/data
|
|
||||||
|
- ./data:/data # The sqlite database will be stored here
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user