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