diff --git a/templates/multinode/docker-compose_nextcloud.yml.erb b/templates/multinode/docker-compose_nextcloud.yml.erb index b536672..11898c1 100644 --- a/templates/multinode/docker-compose_nextcloud.yml.erb +++ b/templates/multinode/docker-compose_nextcloud.yml.erb @@ -18,7 +18,6 @@ services: networks: - default - - proxysql_proxysql dns: - 89.46.20.75 - 89.46.21.29 @@ -27,7 +26,3 @@ services: - <%= @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' tty: true - -networks: - proxysql_proxysql: - external: true