fix(docker): 🐛 Update port mapping to bind address
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: whatshooked-server
|
container_name: whatshooked-server
|
||||||
ports:
|
ports:
|
||||||
- "8025:8025"
|
- "0.0.0.0:8025:8025"
|
||||||
volumes:
|
volumes:
|
||||||
# Mount config file
|
# Mount config file
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|||||||
Reference in New Issue
Block a user