Update docker-compose.yml
This commit is contained in:
parent
604c40928a
commit
dab9b75ef3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
image: gpt4free:latest
|
image: gpt4free:latest
|
||||||
container_name: gpt4
|
container_name: gpt4
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8501:8501
|
- 8501:8501
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue