From 2c9fbb26fb22dab25506807e068451a71be72e29 Mon Sep 17 00:00:00 2001 From: Joan Date: Fri, 16 Feb 2024 20:35:51 +0100 Subject: [PATCH] Removed staging from compose --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 903a324..0dae5e4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ version: "3" services: - conjuntasbot_staging: + conjuntasbot: build: conjuntasbot - image: conjuntasbot_staging - container_name: conjuntasbot_staging + image: conjuntasbot + container_name: conjuntasbot volumes: - ./data:/app/data restart: unless-stopped