Skip to content

Commit

Permalink
docs fix - ru to en
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Dec 15, 2019
1 parent b18b893 commit fd73ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
cezerin2:
image: cezerin2/cezerin2
environment:
- LANGUAGE=ru
- LANGUAGE=en
ports:
- 3001:80
environment:
Expand All @@ -96,7 +96,7 @@ services:
cezerin2-store:
image: cezerin2/cezerin2-store
environment:
- LANGUAGE=ru
- LANGUAGE=en
- API_BASE_URL=http://cezerin2/api/v1
- AJAX_BASE_URL=http://cezerin2/ajax
ports:
Expand All @@ -108,7 +108,7 @@ services:
admin:
image: cezerin2/cezerin2-admin
environment:
- LANGUAGE=ru
- LANGUAGE=en
ports:
- 3002:80
depends_on:
Expand Down

0 comments on commit fd73ffa

Please sign in to comment.