move cron/ to containers/cron/

This commit is contained in:
Eduardo Silva
2026-01-07 11:09:30 -03:00
parent 41fbf442f2
commit f14b926a47
4 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ services:
container_name: wireguard-webadmin-cron
restart: unless-stopped
build:
context: ./cron
context: containers/cron
dockerfile: Dockerfile-cron
environment:
- TZ=${TIMEZONE}