diff --git a/roles/seafile/templates/docker-compose.yml.j2 b/roles/seafile/templates/docker-compose.yml.j2 index 3b49331..74bcab6 100644 --- a/roles/seafile/templates/docker-compose.yml.j2 +++ b/roles/seafile/templates/docker-compose.yml.j2 @@ -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.