Skip to content
New issue

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

Permission when deploying to Ubuntu #64

Open
vinhtq opened this issue Jul 12, 2017 · 3 comments
Open

Permission when deploying to Ubuntu #64

vinhtq opened this issue Jul 12, 2017 · 3 comments
Labels

Comments

@vinhtq
Copy link

vinhtq commented Jul 12, 2017

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 or chown command to gain access to the docker

I am running webdevops:php-nginx-16.04

@mblaschke
Copy link
Member

Per default the container is using UID 1000/GID 1000 for accessing files inside the container or host mounted volumes.

@lukrop
Copy link

lukrop commented Sep 27, 2017

How can we change the default UID/GID?

@Stewy82
Copy link

Stewy82 commented Jan 18, 2018

Add the following configuration to your environment.yml and change the ids ;)

EFFECTIVE_UID=1234
EFFECTIVE_GID=1234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants