From 65c64c45044827e990bcabf0c08c54086a65e94f Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 13 Jan 2025 09:28:55 -0500 Subject: [PATCH] Update Docker.md --- Documentation/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Docker.md b/Documentation/Docker.md index 8b33d51a..0a9b821b 100644 --- a/Documentation/Docker.md +++ b/Documentation/Docker.md @@ -49,7 +49,7 @@ sudo docker run -d \ | LIBATION_CREATE_DB | true | Whether or not the image should create a database file if none are found. | ### User -This docker image runs as user `1001`. In order for the image to function properly, user `1001` must be able to read and write the volumes that are mounted in. If they are not, you will see errors, including [sqlite error](#1060), [Microsoft.Data.Sqlite.SqliteException](#1110), or [Microsoft.EntityFrameworkCore.DbUpdateException](#1049) +This docker image runs as user `1001`. In order for the image to function properly, user `1001` must be able to read and write the volumes that are mounted in. If they are not, you will see errors, including [sqlite error](#1060), [Microsoft.Data.Sqlite.SqliteException](#1110), [unable to open database file](#1113), [Microsoft.EntityFrameworkCore.DbUpdateException](#1049) If you're not sure what your user number is, check the output of the `id` command. Docker should normally run with the number of the user who configured and ran it.