You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/docker-compose-generator.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ export default function DockerComposeGenerator() {
62
62
- PUID=${config.puid}
63
63
- PGID=${config.pgid}
64
64
- TZ=${config.timezone}
65
-
- ORIGIN=${config.originUrl} # Set to the frontend url. It's the url you will use to access the frontend. This is used by both auth & svelte csrf protection.
65
+
- ORIGIN=${config.originUrl} # Set to the frontend url. It's the url you will use to access the frontend. This is used by both auth & svelte csrf protection.
66
66
- BACKEND_URL=http://riven:8080
67
67
- BACKEND_API_KEY=CHANGE_ME_32_CHARACTER_API_KEY # IMPORTANT: Generate a secure 32-character API key
0 commit comments