Merge pull request #59 from meichthys/patch-1

remove whitespace from JWT_SECRET
This commit is contained in:
Akhil Gupta
2022-04-25 16:42:53 +05:30
committed by GitHub

View File

@@ -4,7 +4,7 @@ services:
image: akhilrex/hammond image: akhilrex/hammond
container_name: hammond container_name: hammond
environment: environment:
- JWT_SECRET = somethingverystrong - JWT_SECRET=somethingverystrong
volumes: volumes:
- /path/to/config:/config - /path/to/config:/config
- /path/to/data:/assets - /path/to/data:/assets