File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repository is the official Docker image for EspoCRM.
4
4
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
+
5
13
### Usage
6
14
7
15
Use a prebuilt version for a production instance, https://hub.docker.com/r/espocrm/espocrm .
@@ -163,6 +171,17 @@ volumes:
163
171
164
172
Run ` docker-compose up -d ` , wait for it to initialize completely, and visit ` http://localhost:8080 ` .
165
173
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
+
166
185
### Documentation
167
186
168
187
Documentation for administrators, users and developers is available [ here] ( https://docs.espocrm.com ) .
You can’t perform that action at this time.
0 commit comments