Update docker-compose.yml

This commit is contained in:
hugoyue
2023-04-01 23:32:31 +08:00
committed by GitHub
parent 7af8ec84d9
commit 0ead4dfeb6

View File

@@ -7,8 +7,8 @@ services:
ports:
- 3000:3000
environment:
- OPENAI_API_KEY=[YOUR_API_KEY_HERE]
- CODE=[YOUR_CODE_HERE]
- OPENAI_API_KEY=
- CODE=
restart: always
watchtower: