This commit is contained in:
Jordan Roher 2023-04-22 14:50:34 -07:00
parent 18a6465a58
commit cdc6f21168

View File

@ -95,7 +95,7 @@ services:
- CATEGORIES=small # defaults to normal, set to small for smaller, uppercase category labels - CATEGORIES=small # defaults to normal, set to small for smaller, uppercase category labels
- BGCOLOR=#fff # defaults to theme(colors.slate.50), set to any hex color or Tailwind color using the theme syntax - BGCOLOR=#fff # defaults to theme(colors.slate.50), set to any hex color or Tailwind color using the theme syntax
- BGCOLORDARK=#000 # defaults to theme(colors.gray.950), set to any hex color or Tailwind color using the theme syntax - BGCOLORDARK=#000 # defaults to theme(colors.gray.950), set to any hex color or Tailwind color using the theme syntax
- NEWWINDOW=true # defaults to true, set to false to not have links open in a new window - NEWWINDOW=true # defaults to true, set to false to not have links open in a new window
volumes: volumes:
- ./config.json:/app/src/config.json # required - ./config.json:/app/src/config.json # required
- ./public/favicon.ico:/app/public/favicon.ico # optional - ./public/favicon.ico:/app/public/favicon.ico # optional