diff --git a/docker-compose.yml b/docker-compose.yml index 747d1ff..d41f5aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,8 +18,12 @@ services: ports: - "8000:8000" volumes: - - catask-data:/catask/config.json - - catask-data:/catask/.env + - type: bind + source: catask-data + target: /catask/config.json + - type: bind + source: catask-data + target: /catask/.env build: dockerfile: Dockerfile args: