This commit is contained in:
parent
f9a9a37e1a
commit
5c5e44ad20
@ -10,11 +10,11 @@ services:
|
|||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8880:8080"
|
||||||
volumes:
|
volumes:
|
||||||
# Copy these from the git repo
|
# 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 # The sqlite database will be stored here
|
- ./data:/usr/src/minetrack/data # The sqlite database will be stored here
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user