From 4fcb130aa06c18324f72afdee5a00f0926ccfa51 Mon Sep 17 00:00:00 2001 From: Pablo Fraile Alonso Date: Tue, 10 Oct 2023 14:50:44 +0200 Subject: [PATCH] improve volumes --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 12f25c1..47b097b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,9 +43,9 @@ services: - EMAIL=pablofrailealonso@gmail.com - PROD=true volumes: - - swag_config_files:/config - - frontend_page:/var/www/ - - static_files:/static/ + - /home/ferran/refuapp-deploy/:/config + - /home/ferran/www/:/var/www/ + - /home/ferran/static/:/static/ ports: - 443:443 - 80:80