-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker)!: root-less docker container
The docker container now runs under the `retrom` user again. BREAKING CHANGE: The UID:GID of the retrom user in the container has changed from 1505:1505 to the more common 1000:1000. This is so it is less likely one needs to change the ID's at runtime. You may need to adjust or remove any `user: ` directives in your docker compose file.
- Loading branch information
1 parent
88d8e1d
commit 9464a23
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters