diff options
| author | m-chandler <mchandler89@gmail.com> | 2019-07-03 20:09:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 20:09:04 +1000 |
| commit | d596f5a6b5b06e1bfff74a31dad9691e80f884f0 (patch) | |
| tree | 06c6d6ebb34ad93e0d4b001337d695334c59d932 /cf.yml | |
| parent | 1acd12a5081892485c5c930592bcacaad00e913c (diff) | |
| parent | 3e8d30c1ef82cb4d2a985c896f7b4ed12c26cd3c (diff) | |
Merge pull request #1 from AustinTSchaffer/master
Swapped Docker image used
Diffstat (limited to 'cf.yml')
| -rw-r--r-- | cf.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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
|
