aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 900c7f8..1d68251 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -10,6 +10,8 @@ services:
- db-network
external_links:
- mariadb:mysql
+ volumes:
+ - ./config.json:/app/config.json
cron:
build:
context: .
@@ -19,6 +21,8 @@ services:
- db-network
external_links:
- mariadb:mysql
+ volumes:
+ - ./config.json:/app/config.json
networks:
db-network: