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

@@ -40,5 +40,3 @@
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
volumes:
- wordpress-database:/var/lib/mysql
expose:
- "3306"