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