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.

32 lines
521 B
YAML

version: '3.9'
services:
iventoy:
image: ziggyds/iventoy:latest
container_name: iventoy
restart: always
privileged: true #must be true
ports:
- 16000:16000
- 26000:26000
volumes:
- isos:/app/iso
- config:/app/data
environment:
- AUTO_START_PXE=true
build:
build:
context: .
dockerfile: Dockerfile
labels:
IVENTOY: 1.0.19
args:
IVENTOY: 1.0.19
volumes:
isos:
external: true
config:
external: true