From 8535b53130d65b9784abb6e49745fc50fdd63c4c Mon Sep 17 00:00:00 2001 From: coolnsx Date: Tue, 2 Jul 2024 15:01:55 +0530 Subject: [PATCH] Feat: removed imaginary --- imaginary/docker-compose.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 imaginary/docker-compose.yml diff --git a/imaginary/docker-compose.yml b/imaginary/docker-compose.yml deleted file mode 100644 index bb1f109..0000000 --- a/imaginary/docker-compose.yml +++ /dev/null @@ -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