add comments

This commit is contained in:
Lee 2023-12-30 22:39:18 +00:00
parent f295167766
commit 1663a127cc

@ -10,7 +10,9 @@ services:
ports:
- "8080:8080"
volumes:
# Copy these from the git repo
- ./servers.json:/usr/src/minetrack/servers.json
- ./config.json:/usr/src/minetrack/config.json
- ./data:/data
- ./data:/data # The sqlite database will be stored here
restart: always