Skip to content

Commit ed2d79b

Browse files
committed
fix: traefik 재시작 옵션 추가
1 parent 1f29aea commit ed2d79b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ services:
22
traefik:
33
image: 'traefik:v3.3'
44
container_name: 'traefik'
5+
restart: unless-stopped
56
command:
67
- '--api.insecure=false'
78
- '--providers.docker=true'

0 commit comments

Comments
 (0)