-
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
||||
shepherd:
|
||||
#build: .
|
||||
image: containrrr/shepherd
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
deploy:
|
||||
@@ -12,4 +14,4 @@ services:
|
||||
- node.role == manager
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
SLEEP_TIME: '180m'
|
||||
SLEEP_TIME: ${SLEEP_TIME}
|
||||
|
||||
Reference in New Issue
Block a user