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