We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926cdaa commit b7f4988Copy full SHA for b7f4988
README.md
@@ -39,6 +39,7 @@ If you encounter any issues with filesystem permissions while visiting your appl
39
40
- Bring any container(s) down with `docker-compose down`
41
- In your terminal, run `export UID=$(id -u)` and then `export GID=$(id -g)`
42
+- If you see any errors about readonly variables from the above step, you can ignore them and continue
43
- Re-build the containers by running `docker-compose build --no-cache`
44
45
Then, either bring back up your container network or re-run the command you were trying before, and see if that fixes it.
0 commit comments