removed network for container cron, not needed
removes the necessity for a useless network <projectname>_default
This commit is contained in:
parent
448ef73f1c
commit
e201ec61a6
@ -3,6 +3,7 @@ services:
|
||||
cron:
|
||||
image: bryanpedini/dockercron:${CRON_VERSION}
|
||||
restart: unless-stopped
|
||||
network_mode: none
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${CRON_CRONTAB}:/crontab/root
|
||||
|
Loading…
Reference in New Issue
Block a user