From 421558477d7db8564664be55ad64ae101930c99a Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 11 Jun 2026 13:20:44 +0200 Subject: [PATCH] docs(studio): add commented studio ports + STUDIO_EXPOSE to basic-shape compose --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5204624..43dd6ec 100644 --- a/README.md +++ b/README.md @@ -287,10 +287,15 @@ services: container_name: pi-devbox stdin_open: true tty: true + # pi-studio (only on `-studio` images): publish loopback + enable the + # socat bridge so the browser UI is reachable. See "Using pi-studio". + # ports: + # - "127.0.0.1:8765:8765" # host-localhost only; use ssh -L for remote env_file: - .env environment: - TERM=xterm-256color + # - STUDIO_EXPOSE=1 # -studio only: auto-start the socat bridge on boot - GITEA_ACCESS_TOKEN=${GITEA_ACCESS_TOKEN:-} - GITEA_HOST=${GITEA_HOST:-} - GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_PERSONAL_ACCESS_TOKEN:-}