diff --git a/docker-compose.yml b/docker-compose.yml index 09b1498..481594e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,8 +13,6 @@ services: depends_on: db: condition: service_healthy - volumes: - - .:/var/www/html db: image: mysql:8.0 @@ -22,6 +20,7 @@ services: MYSQL_ROOT_PASSWORD: root123 MYSQL_USER: webgis MYSQL_PASSWORD: webgis123 + MYSQL_DATABASE: webgis_p3 ports: - "3307:3306" volumes: @@ -34,4 +33,4 @@ services: retries: 10 volumes: - mysql_data: + mysql_data: \ No newline at end of file