mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 04:12:20 +08:00
11 lines
204 B
YAML
11 lines
204 B
YAML
version: '3'
|
|
|
|
services:
|
|
deeplx:
|
|
image: ghcr.io/owo-network/deeplx:latest
|
|
restart: always
|
|
ports:
|
|
- "1188:1188"
|
|
# environment:
|
|
# - TOKEN=helloworld
|
|
# - AUTHKEY=xxxxxxx:fx |