fix: use port 8090 (8080 taken by dockhand)
This commit is contained in:
parent
82d1c83df4
commit
b0de6fcd87
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ services:
|
||||||
container_name: mcp-dockhand
|
container_name: mcp-dockhand
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8090:8080"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue