Skip to content

Commit f67e86b

Browse files
authored
Update run-self-hosted-codeoss-server-container.sh
1 parent 187724f commit f67e86b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

codeoss-server/run-self-hosted-codeoss-server-container.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ if [ -z "$mail" ]; then
88
mail=mail@localhost
99
fi
1010

11-
if [ -z "$sec_key" ]; then
12-
sec_key="$(date +%s)"
13-
fi
14-
1511
mount -t cgroup
1612

1713
CODEOSS_SERVER_SELF_HOSTED_CONTAINER_ID=$(podman run -itd --privileged \

0 commit comments

Comments
 (0)