Skip to content

Commit

Permalink
fix(docs): fixes documentation wrong port
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 6, 2025
1 parent 66cc3dd commit dae2877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
- source: key
target: /dozzle_key.pem
ports:
- 7070:7070
- 7007:7007
secrets:
cert:
file: ./cert.pem
Expand Down
2 changes: 1 addition & 1 deletion examples/docker.agents-with-certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- source: key
target: /dozzle_key.pem
ports:
- 7070:7070
- 7007:7007
secrets:
cert:
file: ./cert.pem
Expand Down

0 comments on commit dae2877

Please sign in to comment.