seafile docker-compose file: open port 81 removed.
This commit is contained in:
parent
d36df871e3
commit
d0dcc6f6b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
||||||
container_name: seafile
|
container_name: seafile
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "81:80"
|
# - "81:80"
|
||||||
# - "443:443" # If https is enabled, cancel the comment.
|
# - "443:443" # If https is enabled, cancel the comment.
|
||||||
volumes:
|
volumes:
|
||||||
- {{ data_dir }}/data:/shared # Requested, specifies the path to Seafile data persistent store.
|
- {{ data_dir }}/data:/shared # Requested, specifies the path to Seafile data persistent store.
|
||||||
|
|
Reference in a new issue