mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
fix: update port mapping (#169)
Fixes https://github.com/beyondcode/expose/issues/166
This commit is contained in:
committed by
GitHub
parent
8d5a4410f7
commit
6e9c3503e3
@@ -3,7 +3,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
image: beyondcodegmbh/expose-server:latest
|
image: beyondcodegmbh/expose-server:latest
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:${PORT}
|
- 8080:${PORT}
|
||||||
environment:
|
environment:
|
||||||
port: ${PORT}
|
port: ${PORT}
|
||||||
domain: ${DOMAIN}
|
domain: ${DOMAIN}
|
||||||
|
|||||||
Reference in New Issue
Block a user