Skip to content

Commit

Permalink
Bump to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK committed Feb 5, 2019
1 parent 8a0f579 commit c2f883b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.5"
services:
ce0:
build: src/
image: jjtc/conan_exiles:1.3
image: jjtc/conan_exiles:1.4
restart: unless-stopped
environment:
- "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=ThanksForThisSmartSolution"
Expand All @@ -22,7 +22,7 @@ services:
- data:/conanexiles

ce1:
image: jjtc/conan_exiles:1.3
image: jjtc/conan_exiles:1.4
restart: unless-stopped
environment:
- "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=ThanksForThisSmartSolution"
Expand All @@ -41,7 +41,7 @@ services:
- data:/conanexiles

ce2:
image: jjtc/conan_exiles:1.3
image: jjtc/conan_exiles:1.4
restart: unless-stopped
environment:
- "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=ThanksForThisSmartSolution"
Expand Down

0 comments on commit c2f883b

Please sign in to comment.