Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou authored Jan 29, 2024
1 parent 681fc0d commit f42c853
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,26 +179,6 @@ DOMAIN=127.0.0.1

> **NOTE**: **file supports multi-line string, so the .pem file could be pasted into `.env` file directly**
Configure the `docker-compose.yml` file.

```fish
$ vim docker-compose.yml
```

Replace `VITE_OAUTH_HOST` to your own domain name.

```fish
proxy:
image: connectai/gitmaya-proxy
environment:
- VITE_OAUTH_HOST=https://gitmaya.com
ports:
- "8000:80"
- "8001:81"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
```

</details>

<details>
Expand Down

0 comments on commit f42c853

Please sign in to comment.