mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
VNC password does not want to be saved. Saved until restarted. #600
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arpsyapathy on GitHub (Jun 26, 2024).
Hi all!
I have docker-compose.yml
Everything is work, but VNC password does not want to be saved.
What i do:
docker compose attach builder-mac(qemu) change vnc passworddocker compose downand thandocker compose up -dI repeat everything again and I connect successfully. I reboot the container - the password is unknown.
Please tell me how to fix this? How can I force it to save the VNC password?
Thank you advanced!