Skip to content

Commit

Permalink
Change: Run gvmd in foreground in the docker container.
Browse files Browse the repository at this point in the history
To keep the container alive after removing the tail command
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed Nov 20, 2024
1 parent 22a24b2 commit 25d41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/start-gvmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[ -z "$USER" ] && USER="admin"
[ -z "$PASSWORD" ] && PASSWORD="admin"
[ -z "$GVMD_ARGS" ] && GVMD_ARGS="--listen-mode=666"
[ -z "$GVMD_ARGS" ] && GVMD_ARGS="-f --listen-mode=666"
[ -z "$GVMD_USER" ] && GVMD_USER="gvmd"
[ -z "$PGRES_DATA" ] && PGRES_DATA="/var/lib/postgresql"

Expand Down

0 comments on commit 25d41de

Please sign in to comment.