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"