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:
|
||||
website:
|
||||
image: gitea.hephex.de/daniel/websitedummy:latest
|
||||
container_name: websitedummy_app
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:4321"
|
||||
- "127.0.0.1:8080:4321"
|
||||
environment:
|
||||
- HOST=0.0.0.0
|
||||
- PORT=4321
|
||||
|
||||
Reference in New Issue
Block a user