photos not appearing #300
Unanswered
gonsalvesc
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure what I'm doing wrong, but I cannot see any photos that I have uploaded.
I can see the photos in the storage directory and they are being store in:
/srv/storage/docker-volumes/homebox/homebox-data/<<user id>>/documents/
services: homebox: image: ghcr.io/sysadminsmedia/homebox:0.15.0 container_name: homebox restart: unless-stopped environment: - HBOX_LOG_LEVEL=info - HBOX_LOG_FORMAT=text - HBOX_WEB_MAX_UPLOAD_SIZE=10 volumes: - /srv/storage/docker-volumes/homebox/homebox-data:/data/ ports: - 7745:7745 networks: caddy-network: networks: caddy-network: external: true
Beta Was this translation helpful? Give feedback.
All reactions