remove whitespace from JWT_SECRET

When deploying with the whitespace around the `=`, docker complains.
This commit is contained in:
MeIchthys
2022-01-20 23:55:39 -05:00
committed by GitHub
parent 15f6539bf7
commit 04f45fe385

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