From 3e8d30c1ef82cb4d2a985c896f7b4ed12c26cd3c Mon Sep 17 00:00:00 2001 From: Austin Schaffer Date: Fri, 31 May 2019 18:47:27 -0400 Subject: Swapped image used --- cf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cf.yml') diff --git a/cf.yml b/cf.yml index 8635d1e..eeeaca7 100644 --- a/cf.yml +++ b/cf.yml @@ -4,7 +4,7 @@ Parameters: FactorioImageTag: Type: String - Description: "(Examples include latest, stable, 0.17, 0.17.33) Refer to tag descriptions available here: https://hub.docker.com/r/dtandersen/factorio/)" + Description: "(Examples include latest, stable, 0.17, 0.17.33) Refer to tag descriptions available here: https://hub.docker.com/r/factoriotools/factorio/)" Default: latest ServerState: @@ -47,7 +47,7 @@ Parameters: EnableRcon: Type: String - Description: Refer to https://hub.docker.com/r/dtandersen/factorio/ for further RCON configuration details. This parameter simply opens / closes the port on the security group. + Description: Refer to https://hub.docker.com/r/factoriotools/factorio/ for further RCON configuration details. This parameter simply opens / closes the port on the security group. Default: false AllowedValues: - true @@ -373,7 +373,7 @@ Resources: ContainerDefinitions: - Name: factorio MemoryReservation: 1024 - Image: !Sub "dtandersen/factorio:${FactorioImageTag}" + Image: !Sub "factoriotools/factorio:${FactorioImageTag}" PortMappings: - ContainerPort: 34197 HostPort: 34197 -- cgit v1.2.3