fix: rem localhost bind inside of container
This commit is contained in:
@@ -42,7 +42,3 @@ docker run --rm -p 127.0.0.1:3000:3000 -v "$PWD/excali-box-data:/data" excali
|
||||
```
|
||||
|
||||
This will make the data persistent in the `excali-box-data` folder in the current directory, the site will be available at `localhost:3000`.
|
||||
|
||||
```bash
|
||||
docker run --rm -p 127.0.0.1:3000:3000 -v "$PWD/excali-box-data:/data" -e HOST=0.0.0.0 excali
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user