mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Fix novnc ./up script
This commit is contained in:
parent
8339e4b668
commit
2f957135d4
1 changed files with 2 additions and 2 deletions
4
novnc/up
4
novnc/up
|
|
@ -20,11 +20,11 @@ do
|
|||
detach="--detach"
|
||||
;;
|
||||
590[0-9] )
|
||||
envar="MYVNC_NOVNC_VNCSSH_PORT=${1}"
|
||||
export MYVNC_NOVNC_VNCSSH_PORT=${1}
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
# Compose up
|
||||
${envar} docker compose up ${build} ${detach}
|
||||
docker compose up ${build} ${detach}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue