Compose-Examples/examples/transfer.sh/README.md

10 lines
380 B
Markdown
Raw Normal View History

2023-08-01 13:52:46 +00:00
# References
- https://github.com/dutchcoders/transfer.sh
# Notes
Ensure that the bind mount volume can be written by the container.
2023-08-01 13:57:25 +00:00
The provided container image uses `5000` as PUID and PGID as default. If you want to change those, you have to build the container image locally. Read [here](https://github.com/dutchcoders/transfer.sh#building-the-container) for more details.