Ports angepasst

This commit is contained in:
borgal
2023-05-31 21:53:11 +02:00
parent 569d5f25ea
commit ccd14069d6

View File

@@ -28,8 +28,6 @@ services:
- MYSQL_DATABASE=bookstackapp
- MYSQL_USER=${DB_USER}
- MYSQL_PASSWORD=${DB_PASS}
ports:
- 3306:3306
volumes:
- /opt/bookstack:/config
restart: unless-stopped