when i add
php: build: ./docker/php-fpm user: "${UID}:${GID}"
i get
WARNING: The UID variable is not set. Defaulting to a blank string. WARNING: The GID variable is not set. Defaulting to a blank string.
I have seen that warnings. Did you set Docker user though?
Hi, You didn't set UID and GID first. Set those variable by either creating a bash - or set it zshrc file (or alike)
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
when i add
php:
build: ./docker/php-fpm
user: "${UID}:${GID}"
i get
WARNING: The UID variable is not set. Defaulting to a blank string.
WARNING: The GID variable is not set. Defaulting to a blank string.
I have seen that warnings. Did you set Docker user though?
Hi, You didn't set UID and GID first. Set those variable by either creating a bash - or set it zshrc file (or alike)