Fix virtual host configuration for hacecalor.es: updated docker-compose.yml volume mount and corrected vhost log file names
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 27s

This commit is contained in:
Antoni Nuñez Romeu
2026-04-13 18:41:11 +02:00
parent 37430ea617
commit c163358f38
2 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ./html:/var/www/html
- ./apache/vhosts:/etc/apache2/sites-enabled
- /home/hacecalor.es/public_html:/var/www/html/hacecalor.es/public_html
- /home/f80ans0/hacecalor_test/public_html:/var/www/html/hacecalor.es/public_html
depends_on:
- php
networks: