Skip to content

Commit a288369

Browse files
author
Anze
committed
Fix docker restarting behaviour
1 parent 47d250b commit a288369

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker-compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ services:
2727
- BOT_TOKEN=${BOT_TOKEN}
2828
# Interval between fetching information about jobs:
2929
- JOBS_REFRESH_INTERVAL=${JOBS_REFRESH_INTERVAL}
30-
restart: always
3130
# Grafolean backend must be accessible on BACKEND_URL *from the point of view of container*. If running
3231
# on the same host, '127.0.0.1' translates to container, not host - this directive changes network mode
3332
# so that Docker networking is bypassed.

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ services:
2929
redis:
3030
image: redis:5-alpine
3131
container_name: grafolean-collector-snmp-redis
32+
restart: always

0 commit comments

Comments
 (0)