From 0ffab37e99696ff112da987f10b54c328e8b7fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 5 Nov 2025 16:22:56 +0100 Subject: [PATCH] fix: filestash url --- stash/compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stash/compose.yaml b/stash/compose.yaml index 08a04ef..cabf5a4 100644 --- a/stash/compose.yaml +++ b/stash/compose.yaml @@ -3,13 +3,11 @@ services: image: ${STASH_IMAGE:-machines/filestash:latest} container_name: ${STASH_COMPOSE_PROJECT_NAME}_app restart: unless-stopped - ports: - - "${STASH_PORT:-8334}:8334" volumes: - filestash_data:/app/data/state/ environment: TZ: ${TIMEZONE:-Europe/Berlin} - APPLICATION_URL: https://${STASH_TRAEFIK_HOST} + APPLICATION_URL: ${STASH_TRAEFIK_HOST} CANARY: ${STASH_CANARY:-true} networks: - compose_network