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
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user