Einrückung korrigiert
This commit is contained in:
parent
6c8046c4b8
commit
4c9b83d2b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue