Removed database expose in the hope for performance improvements

This commit is contained in:
2021-08-24 18:56:48 +02:00
parent 4e58bc5413
commit 6c4c31c25a
4 changed files with 0 additions and 8 deletions

View File

@@ -51,8 +51,6 @@
volumes:
- nextcloud-database:/var/lib/mysql
restart: always
expose:
- "3306"
web:
image: nginx:alpine
log_driver: journald