Skip to content

Commit

Permalink
Merge pull request #17 from IroncladDev/co/fix-compose-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Jan 9, 2024
2 parents 31046a7 + 93c559f commit 1bb3a06
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 @@ -87,7 +87,7 @@ services:
- ACCOUNT_CONFIG_PATH=/thconfig/accounts.yaml
- HOST=0.0.0.0
- PORT=3002
- FM_GATEWAY_API=http://143.198.55.236:8175
- FM_GATEWAY_API=http://127.0.0.1:8175
- FM_GATEWAY_PASSWORD=thereisnosecondbest
ports:
- "0.0.0.0:3002:3002"
Expand Down

0 comments on commit 1bb3a06

Please sign in to comment.