Freigebene Ports von Docker entfernt
Der Webproxy sollte durch das Docker Network dennoch Zugriff haben.
This commit is contained in:
parent
f99e96908f
commit
ca406ebbab
|
@ -50,8 +50,6 @@ services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
|
||||||
- 8080:80
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html:ro
|
- /opt/appdata/nextcloud/www:/var/www/html:ro
|
||||||
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
|
Loading…
Reference in New Issue