From 671053683722939830125fcdb05b066b057cc153 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Mon, 27 Nov 2023 14:01:24 -0500 Subject: [PATCH] chore: fix compose demo --- docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c8cf468..6d30dab 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,4 +5,7 @@ services: image: ghcr.io/owo-network/deeplx:latest restart: always ports: - - "1188:1188" \ No newline at end of file + - "1188:1188" + # environment: + # - TOKEN="xxx" + # - AUTHKEY="xxx" \ No newline at end of file