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:-}