removed network for container cron, not needed

removes the necessity for a useless network <projectname>_default
This commit is contained in:
Bryan Joshua Pedini 2023-04-22 23:39:27 +02:00
parent 448ef73f1c
commit e201ec61a6
1 changed files with 1 additions and 0 deletions

View File

@ -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