Skip to content

Commit

Permalink
[⚡️] - Changing traefik to port 8080
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <[email protected]>
  • Loading branch information
byawitz committed Mar 11, 2024
1 parent 39dfee1 commit 743941e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
depends_on:
- linkos
ports:
- "127.0.0.1:80:80"
- "8080:80"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
Expand Down Expand Up @@ -319,6 +319,8 @@ services:
- POSTGRES_PASSWORD
- BACKUP_CRON



networks:
linkos:
name: linkos
Expand Down

0 comments on commit 743941e

Please sign in to comment.