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
|
||||
restart: always
|
||||
ports:
|
||||
- "81:80"
|
||||
# - "81:80"
|
||||
# - "443:443" # If https is enabled, cancel the comment.
|
||||
volumes:
|
||||
- {{ data_dir }}/data:/shared # Requested, specifies the path to Seafile data persistent store.
|
||||
|
|
Reference in a new issue