mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:29:54 +02:00
Add --get-temp-name to domain-server invocation in creation of Docker
domain-server image in pkg-scripts. This parameter is required by the domain-server so it will fetch a temporary domain name if it is not configured.
This commit is contained in:
parent
90c957c9e9
commit
c7f123c91f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ logfile_maxbytes=0
|
||||||
pidfile=/var/run/supervisord.pid
|
pidfile=/var/run/supervisord.pid
|
||||||
|
|
||||||
[program:domain-server]
|
[program:domain-server]
|
||||||
command=/opt/vircadia/domain-server
|
command=/opt/vircadia/domain-server --get-temp-name
|
||||||
autorestart=unexpected
|
autorestart=unexpected
|
||||||
directory=/opt/vircadia
|
directory=/opt/vircadia
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue