Nextcloud. Bind open port to localhost.
This commit is contained in:
parent
237e44fca5
commit
45ca36843e
|
@ -7,7 +7,7 @@ services:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
#network_mode: "host"
|
#network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- "${EXT_PORT}:443/tcp"
|
- "127.0.0.1:${EXT_PORT}:80/tcp"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- "${CONFIG_PATH}:/config"
|
- "${CONFIG_PATH}:/config"
|
||||||
|
|
Loading…
Reference in a new issue