mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Removed database expose in the hope for performance improvements
This commit is contained in:
parent
4e58bc5413
commit
6c4c31c25a
@ -48,5 +48,3 @@
|
||||
volumes:
|
||||
- gitea-database:/var/lib/mysql
|
||||
restart: always
|
||||
expose:
|
||||
- "3306"
|
||||
|
@ -51,8 +51,6 @@
|
||||
volumes:
|
||||
- nextcloud-database:/var/lib/mysql
|
||||
restart: always
|
||||
expose:
|
||||
- "3306"
|
||||
web:
|
||||
image: nginx:alpine
|
||||
log_driver: journald
|
||||
|
@ -40,5 +40,3 @@
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
volumes:
|
||||
- wordpress-database:/var/lib/mysql
|
||||
expose:
|
||||
- "3306"
|
||||
|
@ -37,5 +37,3 @@
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
volumes:
|
||||
- yourls-database:/var/lib/mysql
|
||||
expose:
|
||||
- "3306"
|
||||
|
Loading…
Reference in New Issue
Block a user