Trust me, it's not badly written. It's just way above your head.

This commit is contained in:
coolnsx
2025-03-12 06:54:16 +05:30
parent a1223950f8
commit 48a4300c84
2 changed files with 3 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ services:
restart: unless-stopped restart: unless-stopped
image: nextcloud/aio-imaginary:latest image: nextcloud/aio-imaginary:latest
container_name: nextcloud_imaginary container_name: nextcloud_imaginary
stop_grace_period: 5s
environment: environment:
PORT: 11000 PORT: 11000
command: -enable-url-source -cors -return-size command: -enable-url-source -cors -return-size

View File

@@ -3,8 +3,10 @@ services:
image: containrrr/watchtower image: containrrr/watchtower
restart: unless-stopped restart: unless-stopped
container_name: watchtower container_name: watchtower
#command: --run-once
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- $HOME/.docker/config.json:/config.json
environment: environment:
- TZ=Asia/Kolkata - TZ=Asia/Kolkata
- WATCHTOWER_CLEANUP=true - WATCHTOWER_CLEANUP=true