standardize env vars
This commit is contained in:
parent
ba90cb927f
commit
d64898107d
11 changed files with 57 additions and 48 deletions
|
@ -4,9 +4,9 @@ services:
|
|||
container_name: jellyseerr
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LOG_LEVEL: info
|
||||
TZ: America/Chicago
|
||||
PORT: 5055
|
||||
- LOG_LEVEL=info
|
||||
- TZ=America/Chicago
|
||||
- PORT=5055
|
||||
ports:
|
||||
- "5055:5055"
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue