Skip to content

Commit

Permalink
fix tork-web internal port in docker-compose
Browse files Browse the repository at this point in the history
After tork-web port changes this docker-compose file has to be fixed also
  • Loading branch information
ppcololo authored and runabol committed Sep 29, 2023
1 parent d4631f4 commit 1268d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
platform: linux/amd64
restart: always
ports:
- 8100:3000
- 8100:8100
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Expand Down

0 comments on commit 1268d1b

Please sign in to comment.