From 4c9b83d2b62860a60f5c9d4f00a5b3b70b8652a3 Mon Sep 17 00:00:00 2001 From: bmen Date: Fri, 13 Sep 2019 23:24:00 +0200 Subject: [PATCH] =?UTF-8?q?Einr=C3=BCckung=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 06039b9..997d3c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,20 +47,20 @@ services: - db - redis -web: - image: nginx - ports: - - 8080:80 - links: - - app - networks: - - webproxy - - backend-nextcloud - volumes: - - /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf - volumes_from: - - app - container_name: nextcloud-nginx-bmen-cc - depends_on: - - app - restart: always + web: + image: nginx + ports: + - 8080:80 + links: + - app + networks: + - webproxy + - backend-nextcloud + volumes: + - /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf + volumes_from: + - app + container_name: nextcloud-nginx-bmen-cc + depends_on: + - app + restart: always