Nextcloud. Bind open port to localhost.

This commit is contained in:
Alexey Skobkin 2020-04-30 02:01:19 +03:00
parent 237e44fca5
commit 45ca36843e
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
container_name: nextcloud
#network_mode: "host"
ports:
- "${EXT_PORT}:443/tcp"
- "127.0.0.1:${EXT_PORT}:80/tcp"
env_file: .env
volumes:
- "${CONFIG_PATH}:/config"