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

13 lines
169 B
YAML

version: '3'
services:
webssh:
build: .
restart: unless-stopped
ports:
- "8888:8888"
volumes:
- webssh-data:/data
volumes:
webssh-data: