Einrückung korrigiert
This commit is contained in:
parent
6c8046c4b8
commit
4c9b83d2b6
|
@ -47,20 +47,20 @@ services:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
links:
|
links:
|
||||||
- app
|
- app
|
||||||
networks:
|
networks:
|
||||||
- webproxy
|
- webproxy
|
||||||
- backend-nextcloud
|
- backend-nextcloud
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf
|
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- app
|
- app
|
||||||
container_name: nextcloud-nginx-bmen-cc
|
container_name: nextcloud-nginx-bmen-cc
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue