Feat: removed imaginary

This commit is contained in:
coolnsx
2024-07-02 15:01:55 +05:30
parent c76408db16
commit 8535b53130

View File

@@ -1,14 +0,0 @@
services:
imaginary:
restart: unless-stopped
image: nextcloud/aio-imaginary:latest
container_name: imaginary
environment:
PORT: 11000
command: -enable-url-source -cors
labels:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- "11000:11000"
cap_add:
- SYS_NICE