diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-23 08:45:51 +0000 |
commit | 7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 (patch) | |
tree | 9493b9d7886f8d32d7575bb3d55ca43599b1e2e8 /terminaldweller.com/browsh/docker-compose.yaml | |
parent | tsocks and zsh prompt update (diff) | |
download | scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.tar.gz scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.zip |
update
Diffstat (limited to 'terminaldweller.com/browsh/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/browsh/docker-compose.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/terminaldweller.com/browsh/docker-compose.yaml b/terminaldweller.com/browsh/docker-compose.yaml new file mode 100644 index 0000000..4778988 --- /dev/null +++ b/terminaldweller.com/browsh/docker-compose.yaml @@ -0,0 +1,13 @@ +version: "3" +services: + browsh: + image: browsh/browsh:v1.8.0 + networks: + - browshnet + ports: + - "4333:4333" + restart: unless-stopped + entrypoint: "/app/bin/browsh" + command: ["--http-server-mode"] +networks: + browshnet: |