You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
525 B
Markdown

12 months ago
# iventoy
11 months ago
A docker image running iventoy.
11 months ago
A github actions workflow runs daily to check if their is a new release.
11 months ago
<https://hub.docker.com/r/ziggyds/iventoy>
11 months ago
## Docker Compose
```yaml
11 months ago
---
version: '3.9'
services:
iventoy:
volumes:
- <mount>:<folder>
11 months ago
ports:
- 26000:26000
- 16000:16000
11 months ago
- 10809:10809
- 67:67
- 69:69
11 months ago
image: ziggyds/iventoy:latest
restart: unless-stopped
```
Not necessary to expose all the listed ports.
<https://www.iventoy.com/en/doc_portnum.html>