diff --git a/docker-compose.yml.default b/docker-compose.yml.default index 4a62a63..0a5edd5 100644 --- a/docker-compose.yml.default +++ b/docker-compose.yml.default @@ -2,5 +2,5 @@ services: bot: restart: unless-stopped build: . - environment: - - DISCORD_TOKEN=token go here \ No newline at end of file + volumes: + - ./config.json:/usr/src/bot/config.json \ No newline at end of file