do not expose MariaDB Port
This commit is contained in:
@@ -44,8 +44,8 @@ services:
|
||||
image: mariadb:11.4
|
||||
container_name: bamort-mariadb-dev
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3306:3306"
|
||||
#ports:
|
||||
# - "3306:3306"
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: root_password_dev
|
||||
MARIADB_DATABASE: bamort
|
||||
|
||||
Reference in New Issue
Block a user