Skip to content
New issue

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

[Question]: custom iso is ignoredc #1064

Closed
2 tasks done
gitnohubz opened this issue Feb 26, 2025 · 1 comment
Closed
2 tasks done

[Question]: custom iso is ignoredc #1064

gitnohubz opened this issue Feb 26, 2025 · 1 comment
Labels
question Further information is requested

Comments

@gitnohubz
Copy link

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about 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

@gitnohubz gitnohubz added the question Further information is requested label Feb 26, 2025
@kroese
Copy link
Contributor

kroese commented Feb 26, 2025

This is not a general question. But a technical issue. Hard to tell whats happening without any logs, so please create a new issue.

@kroese kroese closed this as completed Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants