restrict firewall commands to host IP and expose service on all interfaces
This commit is contained in:
parent
000aa5710b
commit
340f8e5bef
2 changed files with 10 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
build: .
|
||||
container_name: xivlauncher-remote-otp
|
||||
ports:
|
||||
- "127.0.0.1:${WEB_PORT:-8814}:8080"
|
||||
- "${WEB_PORT:-8814}:8080"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue