seafile docker-compose file: open port 81 removed.

This commit is contained in:
pizzaniels 2023-01-14 17:07:29 +01:00
parent d36df871e3
commit d0dcc6f6b5

View file

@ -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.