remove whitespace from JWT_SECRET
When deploying with the whitespace around the `=`, docker complains.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user