Skip to content

Commit

Permalink
fix: 배포 CICD 테스트 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 6, 2024
1 parent f6a22a9 commit 26897a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
mode: host
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./acme.json:/letsencrypt/acme.json"
- "/home/ubuntu/acme.json:/letsencrypt/acme.json"
labels:
- "traefik.http.routers.dashboard.service=api@internal"
- "traefik.http.routers.dashboard.middlewares=auth"
Expand Down

0 comments on commit 26897a1

Please sign in to comment.