diff --git a/docker-compose.yml b/docker-compose.yml index 31cd947..d1f60cc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,4 +4,6 @@ services: web-checker: build: . container_name: web_checker_app - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + volumes: + - /mnt/HDD/PROYECTOS/webcheck:/app \ No newline at end of file