We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name: "winapps" volumes: data: services: windows: image: ghcr.io/dockur/windows:latest container_name: WinApps environment: VERSION: "tiny11" KEYBOARD: "es" RAM_SIZE: "16G" CPU_CORES: "8" USERNAME: "user" PASSWORD: "user" HOME: "${HOME}" ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp restart: on-failure volumes: - /home/user/example.iso:/custom.iso ## here is my custom iso - data:/storage - ${HOME}:/shared - ./oem:/oem devices: - /dev/kvm
why my custom iso isnt being choosed and instead it tries to pull tiny11
The text was updated successfully, but these errors were encountered:
This is not a general question. But a technical issue. Hard to tell whats happening without any logs, so please create a new issue.
Sorry, something went wrong.
No branches or pull requests
Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
name: "winapps"
volumes:
data:
services:
windows:
image: ghcr.io/dockur/windows:latest
container_name: WinApps
environment:
VERSION: "tiny11"
KEYBOARD: "es"
RAM_SIZE: "16G"
CPU_CORES: "8"
USERNAME: "user"
PASSWORD: "user"
HOME: "${HOME}"
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
restart: on-failure
volumes:
- /home/user/example.iso:/custom.iso ## here is my custom iso
- data:/storage
- ${HOME}:/shared
- ./oem:/oem
devices:
- /dev/kvm
why my custom iso isnt being choosed and instead it tries to pull tiny11
The text was updated successfully, but these errors were encountered: