chore: publish 1.0.2+2.38.0 release #1

Closed
autonomic-bot wants to merge 2 commits from serve-hidden-files into main
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 9c56324c46 - Show all commits

View File

@ -9,6 +9,10 @@ LETS_ENCRYPT_ENV=production
HTTP_SUBDIR=
COMPOSE_FILE="compose.yml"
## Serve dot-prefixed files/directories (e.g. /.well-known/).
## Defaults to true (hidden). Set false to expose them.
#SERVER_IGNORE_HIDDEN_FILES=false
# Single Sign On via Traefik "file provider"
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"

View File

@ -20,6 +20,7 @@ services:
- "coop-cloud.${STACK_NAME}.version=1.0.1+2.38.0"
environment:
- HTTP_SUBDIR
- SERVER_IGNORE_HIDDEN_FILES
volumes:
- content:/var/www/http