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 upping compose stack, web ui comes up up on 3000. But ssh is down.
Looking at the container logs are lots of
`/var/empty must be owned by root and not group or world-writable.1
entries
Exec into the container and run
chmod a-w /var/empty -R
chmod g-w /var/empty -R
Resolves.
To reproduce
I tried pulling new image and still occurs - image in docker compose is gogs/gogs. Image doesn.t have any details with version.
Expected behavior
Container start and ssh to work for push
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Gogs version
0.14.0+dev
Git version
Operating system
Debian
Database
Sqlite
Describe the bug
When upping compose stack, web ui comes up up on 3000. But ssh is down.
Looking at the container logs are lots of
`/var/empty must be owned by root and not group or world-writable.1
entries
Exec into the container and run
Resolves.
To reproduce
I tried pulling new image and still occurs - image in docker compose is gogs/gogs. Image doesn.t have any details with version.
Expected behavior
Container start and ssh to work for push
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: