| ports: | ports: | ||||
| - '8080:80' | - '8080:80' | ||||
| volumes: | volumes: | ||||
| - ./nginx/default.conf:/etc/nginx/conf.d/default.conf | |||||
| - ./nginx-conf:/etc/nginx/conf.d | |||||
| volumes_from: | volumes_from: | ||||
| - php | - php | ||||
| fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | ||||
| fastcgi_param PATH_INFO $fastcgi_path_info; | fastcgi_param PATH_INFO $fastcgi_path_info; | ||||
| } | } | ||||
| } | } |