This repository has been archived on 2026-05-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker-octant/entrypoint.sh
T

5 lines
94 B
Bash
Raw Normal View History

2021-03-19 10:00:26 -04:00
#!/bin/sh
2020-12-02 09:34:05 -05:00
export OCTANT_LISTENER_ADDR="0.0.0.0:7777"
2021-03-19 10:00:26 -04:00
/opt/octant -vvv --disable-open-browser