Fossil SCM

Put the "--user fossil" bit back into the fossil server command for the container. Just ran into a situations where it's still needed.

wyoung 2022-08-15 23:07 trunk
Commit 4c8cc8045089154af62f1bac977ecf0507f1a806b03cfa27eedcf7c069ee8af8
1 file changed +1
--- Dockerfile.in
+++ Dockerfile.in
@@ -57,6 +57,7 @@
5757
CMD [ \
5858
"bin/fossil", "server", \
5959
"--chroot", "/jail", \
6060
"--create", \
6161
"--jsmode", "bundled", \
62
+ "--user", "fossil", \
6263
"museum/repo.fossil"]
6364
--- Dockerfile.in
+++ Dockerfile.in
@@ -57,6 +57,7 @@
57 CMD [ \
58 "bin/fossil", "server", \
59 "--chroot", "/jail", \
60 "--create", \
61 "--jsmode", "bundled", \
 
62 "museum/repo.fossil"]
63
--- Dockerfile.in
+++ Dockerfile.in
@@ -57,6 +57,7 @@
57 CMD [ \
58 "bin/fossil", "server", \
59 "--chroot", "/jail", \
60 "--create", \
61 "--jsmode", "bundled", \
62 "--user", "fossil", \
63 "museum/repo.fossil"]
64

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button