Add back proxysql networ
This commit is contained in:
parent
86a5d1d307
commit
2883693967
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
- proxysql_proxysql
|
||||||
dns:
|
dns:
|
||||||
- 89.46.20.75
|
- 89.46.20.75
|
||||||
- 89.46.21.29
|
- 89.46.21.29
|
||||||
|
@ -26,3 +27,7 @@ services:
|
||||||
- <%= @https_port %>:443
|
- <%= @https_port %>:443
|
||||||
command: sh -c 'tail -F /var/www/html/data/nextcloud.log /var/www/html/data/audit.log| tee -a /proc/1/fd/2 & apachectl -D FOREGROUND'
|
command: sh -c 'tail -F /var/www/html/data/nextcloud.log /var/www/html/data/audit.log| tee -a /proc/1/fd/2 & apachectl -D FOREGROUND'
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxysql_proxysql:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue