DeepLX/docker-compose.yaml

11 lines
194 B
YAML
Raw Normal View History

2023-03-07 03:12:31 +08:00
version: '3'
services:
deeplx:
image: ghcr.io/owo-network/deeplx:latest
restart: always
ports:
2023-11-28 03:01:24 +08:00
- "1188:1188"
# environment:
# - TOKEN="xxx"
# - AUTHKEY="xxx"