Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Dec 15, 2019
1 parent fb47108 commit b18b893
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ Youtube video: **Cezerin Installation Manual. Docker.**
- [Download docker-compose.yml](https://raw.githubusercontent.com/Cezerin2/docker-cezerin2/master/docker-compose.yml)

```shell
version: '3'
version: '3'

services:
services:
cezerin2:
image: cezerin2/cezerin2
environment:
- LANGUAGE=ru
ports:
- 3001:80
environment:
Expand All @@ -94,6 +96,7 @@ Youtube video: **Cezerin Installation Manual. Docker.**
cezerin2-store:
image: cezerin2/cezerin2-store
environment:
- LANGUAGE=ru
- API_BASE_URL=http://cezerin2/api/v1
- AJAX_BASE_URL=http://cezerin2/ajax
ports:
Expand All @@ -104,14 +107,16 @@ Youtube video: **Cezerin Installation Manual. Docker.**

admin:
image: cezerin2/cezerin2-admin
environment:
- LANGUAGE=ru
ports:
- 3002:80
depends_on:
- cezerin2
restart: always

db:
image: mongo:3.6
image: mongo:3.4
ports:
- 27017:27017
volumes:
Expand Down

0 comments on commit b18b893

Please sign in to comment.