diff --git a/docs/containerization.html b/docs/containerization.html index a00930f..b0f4e51 100644 --- a/docs/containerization.html +++ b/docs/containerization.html @@ -18,7 +18,7 @@ -p 636:3894 \ -p 5555:5555 \ glauth/glauth -
If you are using sqlite, please follow these instructions to avoid losing your data!
You sqlite database must be made permanent. It can either be stored on the host, on in a dedicated volume (more difficult)
You database will be clobbered if you do not specify a configuration file. Unless…
Retrieve a base database file from https://github.com/glauth/glauth/raw/master/v2/scripts/docker/gl.db
docker run -d \
+
If you are using sqlite, please follow these instructions to avoid losing your data!
You sqlite database must be made permanent. It can either be stored on the host, on in a dedicated volume (more difficult)
You database will be clobbered if you do not specify a configuration file. Unless…
Retrieve a base database file from https://github.com/glauth/glauth/raw/master/v2/docker/assets/gl.db
docker run -d \
-v <path>/config.cfg:/app/config/config.cfg \
-v <path>/gl.db:/app/config/gl.db \
glauth/glauth
@@ -30,4 +30,4 @@
-v <path>/cert.pem:/app/config/cert.pem \
-v <path>/key.pem:/app/config/key.pem \
glauth/glauth
-