diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-02 12:46:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 12:46:54 +0200 |
commit | 33fa009125c1c6c249054f92f59a325ca06cba87 (patch) | |
tree | 1f114e794695779679135bac586d255f820f0e93 /docker-compose.yaml | |
parent | add italygpt.it (diff) | |
parent | Update README.md (diff) | |
download | gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar.gz gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar.bz2 gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar.lz gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar.xz gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.tar.zst gpt4free-33fa009125c1c6c249054f92f59a325ca06cba87.zip |
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 3afd6cdf..8098f359 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,8 +2,14 @@ version: "3.9" services: gpt4free: - build: - context: . + build: + context: ./ dockerfile: Dockerfile + container_name: dc_gpt4free + # environment: + # - http_proxy=http://127.0.0.1:1080 # modify this for your proxy + # - https_proxy=http://127.0.0.1:1080 # modify this for your proxy + image: img_gpt4free ports: - - "8501:8501" + - 8501:8501 + restart: always
\ No newline at end of file |