Skip to content

Commit

Permalink
Bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK committed Feb 5, 2019
1 parent e16febf commit 124bb42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ version: "3.5"
services:
ce0:
build: src/
image: jjtc/conan_exiles:1.2
image: jjtc/conan_exiles:1.3
restart: unless-stopped
environment:
- "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=ThanksForThisSmartSolution"
Expand Down
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.2
image: jjtc/conan_exiles:1.3
restart: unless-stopped
environment:
- "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=ThanksForThisSmartSolution"
Expand All @@ -22,7 +22,7 @@ services:
- data:/conanexiles

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

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

0 comments on commit 124bb42

Please sign in to comment.