Skip to content

Commit a852664

Browse files
authored
Merge pull request #24 from lazespo/master
Update README.md
2 parents 6ccbc9b + f23d293 commit a852664

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This repository is the official Docker image for EspoCRM.
44

5+
Article map:
6+
7+
- [Usage](#usage)
8+
- [Legacy Usage (EspoCRM v6.1.7 and earlier)](#legacy-usage-espocrm-v617-and-earlier)
9+
- [Usage (only for development)](#usage-only-for-development)
10+
- [Upgrading](#upgrading)
11+
- [Documentation](#documentation)
12+
513
### Usage
614

715
Use a prebuilt version for a production instance, https://hub.docker.com/r/espocrm/espocrm.
@@ -163,6 +171,17 @@ volumes:
163171

164172
Run `docker-compose up -d`, wait for it to initialize completely, and visit `http://localhost:8080`.
165173

174+
### Upgrading
175+
176+
In order to upgrade EspoCRM instance created by the `docker-compose.yml`:
177+
178+
1. Open your `docker-compose.yml` directory.
179+
2. Run the command:
180+
181+
```
182+
$ docker compose pull && docker compose up -d
183+
```
184+
166185
### Documentation
167186

168187
Documentation for administrators, users and developers is available [here](https://docs.espocrm.com).

0 commit comments

Comments
 (0)