mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix(yaml): add normalization of boolean keys to strings for JSON compatibility
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
frontend:
|
||||
build: ./frontend
|
||||
@@ -19,6 +18,4 @@ services:
|
||||
- ./config:/config
|
||||
environment:
|
||||
- TZ=Australia/Adelaide
|
||||
env_file:
|
||||
- .env
|
||||
restart: always
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user