We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the server when I deploy the app, the website always ask for writable permission on some specific folder: tmp, cache, logs of folder app
app
Do I need to run chmod or chown command to gain access to the docker
chmod
chown
I am running webdevops:php-nginx-16.04
The text was updated successfully, but these errors were encountered:
Per default the container is using UID 1000/GID 1000 for accessing files inside the container or host mounted volumes.
Sorry, something went wrong.
How can we change the default UID/GID?
Add the following configuration to your environment.yml and change the ids ;)
EFFECTIVE_UID=1234 EFFECTIVE_GID=1234
EFFECTIVE_UID=1234
EFFECTIVE_GID=1234
No branches or pull requests
On the server when I deploy the app, the website always ask for writable permission on some specific folder: tmp, cache, logs of folder
app
Do I need to run
chmod
orchown
command to gain access to the dockerI am running webdevops:php-nginx-16.04
The text was updated successfully, but these errors were encountered: