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:
|
||||
image: nginx:alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- /opt/appdata/nextcloud/www:/var/www/html:ro
|
||||
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
|
|
Loading…
Reference in New Issue