fix: correct JWT_SECRET_KEY environment variable in kitchenowl backend service
This commit is contained in:
parent
a90b2ddf54
commit
a601fd3516
@ -16,7 +16,7 @@ services:
|
||||
container_name: kitchenowl-back
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- JWT_SECRET_KEY=${ }
|
||||
- JWT_SECRET_KEY=${JWT_SECRET_KEY}
|
||||
volumes:
|
||||
- /mnt/appdata/kitchenowl/data:/data
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user