diff --git a/templates/lookup/docker-compose_lookup.yml.erb b/templates/lookup/docker-compose_lookup.yml.erb index 236e498..59fc38b 100644 --- a/templates/lookup/docker-compose_lookup.yml.erb +++ b/templates/lookup/docker-compose_lookup.yml.erb @@ -3,13 +3,12 @@ version: '3.2' services: app: + container_name: lookup_app_1 image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %> restart: always volumes: - /opt/lookup/config.php:/var/www/html/config/config.php - networks: - - default - - proxysql_proxysql + network_mode: host dns: - 89.46.20.75 - 89.46.21.29 @@ -18,7 +17,3 @@ services: - 443:443 command: apachectl -D FOREGROUND tty: true - -networks: - proxysql_proxysql: - external: true