Skip to content

5.5.4

Compare
Choose a tag to compare
@defunctl defunctl released this 31 Jan 16:16
· 36 commits to master since this release
2c5b05a

What's Changed

  • Bugfix/invalid docker permissions when using exec by @defunctl in #105

Full Changelog: 5.5.3...5.5.4

Use the following to fix permissions in containers that already had files/folders created by the root user:

Start the project:

so start

Shell into the container as the root user:

so shell --user root

Change the ownership of all the files/folders back to the squareone user/group:

chown -R --verbose squareone:squareone *