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.

23 lines
327 B
Markdown

12 months ago
# iventoy
10 months ago
A docker image running iventoy.
https://hub.docker.com/r/ziggyds/iventoy
## Docker Compose
````
---
version: '3.9'
services:
iventoy:
volumes:
- <mount>:<folder>
ports:
- 26000:26000
- 16000:16000
- 10809:10809
image: ziggyds/iventoy:latest
restart: unless-stopped
````