Commit 45084e17 authored by Simonas's avatar Simonas

removed ports from mysql

parent f84c9fa7
...@@ -24,8 +24,6 @@ services: ...@@ -24,8 +24,6 @@ services:
container_name: "${PROJECT}-mysql" container_name: "${PROJECT}-mysql"
networks: networks:
- "back" - "back"
ports:
- '3306:3306'
volumes: volumes:
- ./docker/mariadb:/docker-entrypoint-initdb.d/ - ./docker/mariadb:/docker-entrypoint-initdb.d/
- ./var/mariadb:/var/lib/mysql - ./var/mariadb:/var/lib/mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment