diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 4a97561..9607c80 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -16,7 +16,7 @@ docker run -d \ --restart=unless-stopped \ -p 80:80 \ -e JWT_ENABLED=true \ - -e JWT_SECRET=your-secret \ + -e JWT_SECRET=yoursecret \ ghcr.io/euro-office/documentserver:latest ``` @@ -50,7 +50,7 @@ docker run -d \ --restart=unless-stopped \ -p 8080:80 \ -e JWT_ENABLED=true \ - -e JWT_SECRET=your-secret \ + -e JWT_SECRET=yoursecret \ -e EXAMPLE_ENABLED=true \ ghcr.io/euro-office/documentserver:latest ```