mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-19 23:05:17 +05:30
Trust me, it's not badly written. It's just way above your head.
This commit is contained in:
@@ -46,6 +46,7 @@ services:
|
||||
restart: unless-stopped
|
||||
image: nextcloud/aio-imaginary:latest
|
||||
container_name: nextcloud_imaginary
|
||||
stop_grace_period: 5s
|
||||
environment:
|
||||
PORT: 11000
|
||||
command: -enable-url-source -cors -return-size
|
||||
|
||||
@@ -3,8 +3,10 @@ services:
|
||||
image: containrrr/watchtower
|
||||
restart: unless-stopped
|
||||
container_name: watchtower
|
||||
#command: --run-once
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- $HOME/.docker/config.json:/config.json
|
||||
environment:
|
||||
- TZ=Asia/Kolkata
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
|
||||
Reference in New Issue
Block a user