@@ -7,7 +7,7 @@ Great for testing out the application, but not recommended for stable use. Check
77For each image there are two tags, respectively the regular tag and $TAG-rootless, which uses a non-root image.
88
99``` sh
10- # If using the rootless image, ensure data
10+ # If using the rootless image, ensure data
1111# folder has correct permissions
1212$ mkdir -p /path/to/data/folder
1313$ chown 65532:65532 -R /path/to/data/folder
@@ -21,7 +21,7 @@ $ docker run -d \
2121 --volume /path/to/data/folder/:/data \
2222 ghcr.io/hay-kot/homebox:latest
2323# ghcr.io/hay-kot/homebox:latest-rootless
24-
24+
2525```
2626
2727## Docker-Compose
@@ -63,7 +63,7 @@ volumes:
6363| HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID | true | auto increments the asset_id field for new items |
6464| HBOX_WEB_MAX_UPLOAD_SIZE | 10 | maximum file upload size supported in MB |
6565| HBOX_STORAGE_DATA | /data/ | path to the data directory, do not change this if you're using docker |
66- | HBOX_STORAGE_SQLITE_URL | /data/homebox.db?_fk=1 | sqlite database url, in you're using docker do not change this |
66+ | HBOX_STORAGE_SQLITE_URL | /data/homebox.db?_fk=1 | sqlite database url, if you're using docker do not change this |
6767| HBOX_LOG_LEVEL | info | log level to use, can be one of : trace, debug, info, warn, error, critical |
6868| HBOX_LOG_FORMAT | text | log format to use, can be one of : text, json |
6969| HBOX_MAILER_HOST | | email host to use, if not set no email provider will be used |
0 commit comments