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
402 B
YAML

1 year ago
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:
- /ISO_PATH:/iventoy/iso
iventoy-build:
build:
context: .
dockerfile: Dockerfile
labels:
1 year ago
IVENTOY: 1.0.17
args:
1 year ago
IVENTOY: 1.0.17