version: '3.7' services: jmusicbot-app: build: context: . dockerfile: dockerfile args: RELEASE_URL: "https://github.com/jagrosh/MusicBot/releases/download/0.3.9/JMusicBot-0.3.9.jar" container_name: jmusicbot #ports: volumes: - /srv/docker/jmusicbot/config.txt:/jmusicbot/config.txt #environment: restart: unless-stopped