diff --git a/docker-compose.yml b/docker-compose.yml index 665919c7..4dc53348 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,9 +2,6 @@ version: '3.1' services: mariadb: image: 'mariadb:11.0' - working_dir: /application - volumes: - - '.:/application' environment: - MYSQL_ROOT_PASSWORD=root - MYSQL_DATABASE=acme @@ -13,9 +10,6 @@ services: postgres: image: 'postgres:15-alpine' - working_dir: /application - volumes: - - '.:/application' environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres