You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo su
cd /home/cadia/
##
#! /bin/bash
docker run -d \
--name=metaverseserver \
--restart=unless-stopped \
-p 9400:9400 \
-e IAMUS_CONFIG_FILE=/home/cadia/config/iamus.json \
--volume ${BASE}/config:/home/cadia/config \
ghcr.io/vircadia/iamus:latest
##
chmod +x script.sh
./script.sh
and next this
nano /home/felipe/Iamus/src/config.ts
##
'metaverse-server-url': '192.168.0.17', // if empty, set to self
'default-ice-server-url': '192.168.0.17', // if empty, set to self
'dashboard-url': 'http://192.168.0.17:8080/'
##
sudo su
cd /home/felipe/Iamus/docker
./restart-metaverse-server.sh
how configure correctly this docker installation of IAMUS for 192.168.0.17
tnks
The text was updated successfully, but these errors were encountered:
im using this with my own var envs
https://github.com/vircadia/vircadia-metaverse/blob/master/docs/RunningDockerImage.md
then do this
and next this
how configure correctly this docker installation of IAMUS for 192.168.0.17
tnks
The text was updated successfully, but these errors were encountered: