composer fix
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
image: alpine
|
image: alpine
|
||||||
container_name: discord_status_cron
|
container_name: discord_status_cron
|
||||||
depends_on:
|
depends_on:
|
||||||
- discord_status_bot
|
- bot
|
||||||
volumes:
|
volumes:
|
||||||
- ./crontab:/etc/crontabs/root:ro
|
- ./crontab:/etc/crontabs/root:ro
|
||||||
command: sh -c "apk add --no-cache curl && crond -f"
|
command: sh -c "apk add --no-cache curl && crond -f"
|
||||||
|
|||||||
Reference in New Issue
Block a user