Fix file upload size env in installation.md (#514)

This commit is contained in:
zawnk
2025-02-08 19:43:54 +01:00
committed by GitHub
parent c84504b1e1
commit 401fd7fc71

View File

@@ -48,7 +48,7 @@ services:
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
- HBOX_WEB_MAX_FILE_UPLOAD=10
volumes:
- homebox-data:/data/
ports:
@@ -96,4 +96,4 @@ You can learn more about Docker by [reading the official Docker documentation.](
1. Download the appropriate release for your CPU architecture from the [releases page on GitHub](https://github.com/sysadminsmedia/homebox/releases). (Use `homebox_Darwin_x86_64.tar.gz` for Intel-based macs and `homebox_Darwin_arm64.tar.gz` for Apple Silicon)
2. Extract the archive.
3. Run the `homebox` executable.
4. The web interface will be accessible on port 7745 by default. Access the page by navigating to `http://local.ip.address:7745/` (replace with the right ip address)
4. The web interface will be accessible on port 7745 by default. Access the page by navigating to `http://local.ip.address:7745/` (replace with the right ip address)