chore: expose port 3000 without host binding in docker-compose

This commit is contained in:
2026-02-13 16:47:39 +01:00
parent 18f1f91c9f
commit 0dfa9c285c

View File

@@ -6,5 +6,5 @@ services:
args: args:
VITE_APP_PASSWORD: ${VITE_APP_PASSWORD:-changeme} VITE_APP_PASSWORD: ${VITE_APP_PASSWORD:-changeme}
ports: ports:
- "3000:80" - "3000"
restart: unless-stopped restart: unless-stopped