windows icon indicating copy to clipboard operation
windows copied to clipboard

Docker compose file error

Open SolarXYZ opened this issue 11 months ago • 1 comments

I tried running windows xp but it doenst work i get a docker compose error

ERROR: yaml.parser.ParserError: while parsing a block mapping in "./docker-compose.yml", line 1, column 1 expected , but found '' in "./docker-compose.yml", line 16, column 2 services: windows: image: dockurr/windows container_name: windows devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure environment: version: "winxp"

SolarXYZ avatar Mar 08 '24 10:03 SolarXYZ

You have a syntax error in your docker compose file, if you don't provide the file, there is no way to help you

ShrirajHegde avatar Mar 10 '24 09:03 ShrirajHegde