From 124bb4252745c05e2a7872a2a9a6e190f6dff0c1 Mon Sep 17 00:00:00 2001 From: TBK Date: Thu, 17 Jan 2019 13:22:54 +0100 Subject: [PATCH] Bump to 1.3 --- README.md | 2 +- docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfe5ef6..9165c9b 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/docker-compose.yml b/docker-compose.yml index 03a907f..d7b8662 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" @@ -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" @@ -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"