No option to add photo #853
Replies: 1 comment
-
I fixed my own silly mistake. I was using the old image. Doh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I'm in love with Homebox, and have just spun it up behind my reverse proxy with docker compose. However, when I add an item, there is no option to add a photo. Am I being thick...? Cheers
My compose yaml:
services:
homebox:
image: ghcr.io/hay-kot/homebox:latest-rootless
container_name: homebox
restart: no
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
- HBOX_OPTIONS_ALLOW_REGISTRATION=false
volumes:
- ./persist:/data
ports:
- 3100:7745
Beta Was this translation helpful? Give feedback.
All reactions