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.yml | |
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.yml')
-rw-r--r-- | docker-compose.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index e8e7119b..00000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: '3.8' - -services: - gpt4: - build: - context: . - dockerfile: Dockerfile - image: gpt4free:latest - container_name: gpt4 - ports: - - 8501:8501 - restart: unless-stopped |