You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terra uses simple volume mounting to get your app's files into the container.
Right now this causes some problems with the UID:GID not aligning between the host and the container.
We need to resolve this before we can call terra "production ready".
This is especially a problem for the file system. The "nginx" user needs to be able to write to the "sites/default/files" folder, and right now, the only way to do that is to chmod 777 files on the host.
Terra uses simple volume mounting to get your app's files into the container.
Right now this causes some problems with the UID:GID not aligning between the host and the container.
We need to resolve this before we can call terra "production ready".
This is especially a problem for the file system. The "nginx" user needs to be able to write to the "sites/default/files" folder, and right now, the only way to do that is to
chmod 777 files
on the host.I'd love help or advice from @ergonlogic and @MatthewHager on this, because they already solved these kinds of problems with https://github.com/getvalkyrie
The text was updated successfully, but these errors were encountered: