1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

README.md fixed

This commit is contained in:
Grigory Efimov 2024-08-21 16:43:38 -03:00
parent c3e05d1684
commit 85c5d6b3b7
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -15,20 +15,20 @@ Please visit the Wiki for comprehensive guides, installation instructions and mo
## Getting Started
To get started, follow these steps:
1. **Clone the repository:**
1. **Install the necessary dependencies:**
You need to install Docker and Docker Compose https://docs.docker.com/compose/install/
2. **Clone the repository:**
```bash
git clone https://github.com/anyproto/any-sync-dockercompose.git
```
2. **Navigate to the project directory:**
3. **Navigate to the project directory:**
```bash
cd any-sync-dockercompose
```
3. **Install the necessary dependencies:**
You need to install Docker and Docker Compose https://docs.docker.com/compose/install/
4. **Configuration:**
For configuration, use the `.env.override` file.
For configuration, use the `.env.override` file.
For example, setting an external IP for listening:
```
```bash
echo 'EXTERNAL_LISTEN_HOSTS=<yourExternalIp1> <yourExternalIp2' >> .env.override
```
More information can be found [here](../../wiki/Configuration).