mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-19 14:13:24 +00:00
11 lines
194 B
YAML
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" |