From 4f22fcb1428fd3e4c83b20c17ec81654d971f955 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Thu, 19 Mar 2026 23:52:22 -0300 Subject: [PATCH] aaaa --- docker-compose.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index ac76102..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: rendiciones -services: - rendiciones: - ports: - - 5000:5000 - volumes: - - YOUR_PATH/rendiciones/db:/app/db - - YOUR_PATH/rendiciones/static/cache:/app/static/cache - container_name: rendiciones-server - image: rendiciones:latest - restart: unless-stopped \ No newline at end of file