fix(docker): bind port to 127.0.0.1 for existing reverse proxy integration
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 43s

This commit is contained in:
Daniel S
2026-08-08 19:07:41 +02:00
parent e9d8fb95cf
commit 8d0e72a8bc

View File

@@ -1,12 +1,10 @@
version: '3.8'
services: services:
website: website:
image: gitea.hephex.de/daniel/websitedummy:latest image: gitea.hephex.de/daniel/websitedummy:latest
container_name: websitedummy_app container_name: websitedummy_app
restart: always restart: always
ports: ports:
- "8080:4321" - "127.0.0.1:8080:4321"
environment: environment:
- HOST=0.0.0.0 - HOST=0.0.0.0
- PORT=4321 - PORT=4321