Skip to content

Commit

Permalink
Fix traefik port
Browse files Browse the repository at this point in the history
  • Loading branch information
LINCKODE committed May 20, 2024
1 parent 53c6459 commit 1c2f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
ports:
- "8009:80"
- "80:80"
- "127.0.0.1:8081:8080"
depends_on:
- "qubic-archiver"
Expand Down

0 comments on commit 1c2f8bb

Please sign in to comment.