mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-08 17:06:17 +00:00
move cron/ to containers/cron/
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
wireguard-webadmin-cron:
|
||||
image: eduardosilva/wireguard_webadmin_cron:latest
|
||||
build:
|
||||
context: ./cron
|
||||
context: containers/cron
|
||||
dockerfile: Dockerfile-cron
|
||||
|
||||
wireguard-webadmin-dns:
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user