DeepLX/docker-compose.yaml
2023-11-27 14:01:24 -05:00

11 lines
194 B
YAML

version: '3'
services:
deeplx:
image: ghcr.io/owo-network/deeplx:latest
restart: always
ports:
- "1188:1188"
# environment:
# - TOKEN="xxx"
# - AUTHKEY="xxx"