diff --git a/docker-compose.yml b/docker-compose.yml index 47f7329..3b0a511 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,4 @@ services: ports: - "8080:8080" volumes: - - "$PWD/index.html:/app/index.html" - - "$PWD/db:/app/db" - "$PWD/config.json:/app/config.json"