Removed FORWARD_WEB_PORT from local setup

This commit is contained in:
Constantin Graf
2025-07-31 13:42:37 +02:00
parent 61fd2b1187
commit 14f559c4c2
2 changed files with 1 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ services:
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
ports:
- '${FORWARD_WEB_PORT:-8083}:80'
image: sail-8.3/app
labels:
- "traefik.enable=true"