Files
webssh/docker-compose.yml
T
2026-06-13 12:22:13 +08:00

15 lines
239 B
YAML

services:
webssh:
build:
context: .
args:
PYTHON_IMAGE: ${PYTHON_IMAGE:-python:3.12-slim}
restart: unless-stopped
ports:
- "8888:8888"
volumes:
- webssh-data:/data
volumes:
webssh-data: