diff --git a/docker-compose.yml b/docker-compose.yml index be735ff..181d007 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: container_name: php-fpm restart: unless-stopped volumes: - - ./volumes/html:/var/www/html + - ../docker-nginx/volumes/html:/usr/share/nginx/html # use html from docker-nginx networks: - web