Skip to content

Commit

Permalink
Fix Dozzle's socket
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Oct 13, 2023
1 parent df29f3a commit d1d13e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servapps/Dozzle/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"DOZZLE_TAILSIZE=300",
"DOZZLE_FILTER=status=running"
{if Context.useSocketProxy}
, "DOCKER_HOST=tcp://socket-proxy:2375"
, "DOCKER_HOST=tcp://{ServiceName}-socket:2375"
{/if}
],
"labels": {
Expand Down

0 comments on commit d1d13e8

Please sign in to comment.