Replies: 2 comments 2 replies
-
Hey @huthief ! Thank you for the feedback! Best regards. |
Beta Was this translation helpful? Give feedback.
0 replies
-
With the latest version, you can now set the container to not create index.php on startup by overriding the AUTO_CREATE_INDEX_FILE to Dockerfile example: ENV AUTO_CREATE_INDEX_FILE=false docker-compose.yml example: version: '3'
services:
my-app:
image: shinsenter/phpfpm-nginx:latest
volumes:
- ./my-website:/var/www/html
environment:
AUTO_CREATE_INDEX_FILE: false |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the WEBHOME not exists index.php file, docker always gen one.
It always make the defaule index.html not work.
Is possible cancel it ?
I tird rm in customer Dockerfile , but it is not work.
Thank yoiu.
Beta Was this translation helpful? Give feedback.
All reactions