From 3ecd9f673682da0024b67a6505d1296309043b5b Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 2 Nov 2022 17:11:19 +0000 Subject: [PATCH] Update 'scripts/gokapi/launch-docker.sh' --- scripts/gokapi/launch-docker.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/gokapi/launch-docker.sh b/scripts/gokapi/launch-docker.sh index e5807e3..60b710e 100644 --- a/scripts/gokapi/launch-docker.sh +++ b/scripts/gokapi/launch-docker.sh @@ -1,5 +1,7 @@ docker run -d --net main_subnet --ip 172.30.10.1 \ --name=gokapi \ -e TZ=America/New_York \ + -v /opt/gokapi/config:/app/config \ + -v /opt/gokapi/data:/app/data \ --restart unless-stopped \ - f0rc3/gokapi \ No newline at end of file + f0rc3/gokapi:latest \ No newline at end of file