Skip to content

Commit b5a81ee

Browse files
committed
fix: correct JSON formatting for LOGOS environment variable in docker-compose
1 parent 4b64471 commit b5a81ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/public/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
API_URL: https://api.test.example.com
7878
THEME_COLOR: uzhGold
7979
TITLE: LEMON
80-
LOGOS: "[{\"path\": \"/logos/uzh-logo.svg\", \"alt\": \"University of Zurich Logo\", \"url\": \"https://uzh.ch\"}, {\"path\": \"/logos/weltentdecker-logo.png\", \"alt\": \"Kleine Weltentdecker Logo\", \"url\": \"https://www.psychologie.uzh.ch/de/bereiche/dev/devpsy/Weltentdecker.html\"}]"
80+
LOGOS: '[{"path": "/logos/uzh-logo.svg", "alt": "University of Zurich Logo", "url": "https://uzh.ch"}, {"path": "/logos/weltentdecker-logo.png", "alt": "Kleine Weltentdecker Logo", "url": "https://www.psychologie.uzh.ch/de/bereiche/dev/devpsy/Weltentdecker.html"}]'
8181
volumes:
8282
- ./logo.svg:/usr/share/nginx/html/logo.svg
8383
- ./logos/:/usr/share/nginx/html/logos/

0 commit comments

Comments
 (0)