delete links and add ports

This commit is contained in:
2022-12-14 15:02:57 +00:00
parent 830c7b7616
commit 5d0a31d7f0

View File

@@ -3,6 +3,8 @@ services:
mysql:
image: mariadb
container_name: test_mysql
ports:
- "3306:3306"
environment:
MYSQL_DATABASE: fet2020db
MYSQL_USER: user
@@ -73,8 +75,6 @@ services:
volumes:
- /srv/APIKEY.txt:/app/etherpad/APIKEY.txt
- /srv/files:/app/files
links:
- "mysql:database"
volumes:
ep-mysql-volume:
driver: local