version: "3" services: minetrack: image: fascinated/minetrack:latest # or # build: https://git.fascinated.cc/Fascinated/Minetrack.git container_name: minetrack dns: - 8.8.8.8 - 1.1.1.1 ports: - "8880:8080" volumes: # Copy these from the git repo - ./servers.json:/usr/src/minetrack/servers.json - ./config.json:/usr/src/minetrack/config.json - ./data:/usr/src/minetrack/data # The sqlite database will be stored here restart: always