| @@ -18,7 +18,7 @@ services: | |||
| ports: | |||
| - '8080:80' | |||
| volumes: | |||
| - ./nginx/default.conf:/etc/nginx/conf.d/default.conf | |||
| - ./nginx-conf:/etc/nginx/conf.d | |||
| volumes_from: | |||
| - php | |||
| @@ -16,4 +16,5 @@ server { | |||
| fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | |||
| fastcgi_param PATH_INFO $fastcgi_path_info; | |||
| } | |||
| } | |||