diff options
Diffstat (limited to 'CorOS-dev-environment/CorOS-emulation/docker-compose.yaml')
-rw-r--r-- | CorOS-dev-environment/CorOS-emulation/docker-compose.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CorOS-dev-environment/CorOS-emulation/docker-compose.yaml b/CorOS-dev-environment/CorOS-emulation/docker-compose.yaml index f83534c..c3321f3 100644 --- a/CorOS-dev-environment/CorOS-emulation/docker-compose.yaml +++ b/CorOS-dev-environment/CorOS-emulation/docker-compose.yaml @@ -16,6 +16,10 @@ services: environment: # Edit this to your needs. This should be just the file name, not the path. - UPDATE_FILE=verify.bin.gz + + # Port forward the VNC port + ports: + - "5900:5900" privileged: true entrypoint: /bin/bash -c "while true; do sleep 1; done"
\ No newline at end of file |