Commit 45084e17 authored by Simonas's avatar Simonas

removed ports from mysql

parent f84c9fa7
......@@ -24,8 +24,6 @@ services:
container_name: "${PROJECT}-mysql"
networks:
- "back"
ports:
- '3306:3306'
volumes:
- ./docker/mariadb:/docker-entrypoint-initdb.d/
- ./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