summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthebigbone <95130644+thebigbone@users.noreply.github.com>2023-04-30 06:23:59 +0200
committerGitHub <noreply@github.com>2023-04-30 06:23:59 +0200
commitdab9b75ef3008f716f528c71c05b0636746a229b (patch)
treee3dc43337419f6fdbeb1d5ddcd4005c7cdcb1250
parenteasy deployment with docker-compose (diff)
downloadgpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar.gz
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar.bz2
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar.lz
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar.xz
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.tar.zst
gpt4free-dab9b75ef3008f716f528c71c05b0636746a229b.zip
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1c2dac1e..e8fcb0de 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,7 +8,7 @@ services:
image: gpt4free:latest
container_name: gpt4
ports:
- - 127.0.0.1:8501:8501
+ - 8501:8501
restart: unless-stopped
read_only: true