Nextcloud. Note about 80 port.
This commit is contained in:
parent
45ca36843e
commit
f7eadd06ac
|
@ -7,6 +7,7 @@ services:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
#network_mode: "host"
|
#network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
|
# You need to modify /config/nginx/site-confs/default first to allow 80 port
|
||||||
- "127.0.0.1:${EXT_PORT}:80/tcp"
|
- "127.0.0.1:${EXT_PORT}:80/tcp"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue