Missing cd command. Default to localhost

This commit is contained in:
cruizba 2024-03-18 17:41:59 +01:00
parent 0dd0c8d6a6
commit c12f6e78e9
2 changed files with 3 additions and 2 deletions

4
.env
View File

@ -2,9 +2,9 @@
# To access in a LAN environment using 'openvidu-local.dev', just add the IP as a
# subdomain. For example if your IP is 192.168.1.105, just use '192-168-1-105.openvidu-local.dev'.
# In this way, you can access from any device in your LAN.
LOCAL_DOMAIN=openvidu-local.dev
LOCAL_DOMAIN=localhost
# If false, services will not run with TLS.
USE_TLS=true
USE_TLS=false
# LiveKit API Key and Secret used for apps to connect to the LiveKit server.
LIVEKIT_API_KEY=key1

View File

@ -13,6 +13,7 @@ On **Linux**:
```sh
git clone https://github.com/OpenVidu/openvidu-local-deployment
cd openvidu-local-deployment
docker compose up
```