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
When docker-compose restart taiga I get this error that only occurs when taiga restart:
taiga_1 | >> Setting user id and group id
taiga_1 | usermod: no changes
taiga_1 | >> Correcting permissions
taiga_1 | chown: cannot access '/var/run/nginx.pid': No such file or directory
A docker-compose down is then required to force the container to rebuild and thus temporary fixing the error.
The text was updated successfully, but these errors were encountered:
When
docker-compose restart taiga
I get this error that only occurs when taiga restart:A
docker-compose down
is then required to force the container to rebuild and thus temporary fixing the error.The text was updated successfully, but these errors were encountered: