Skip to content

Commit 2532785

Browse files
committed
Using fofgaming/nginx (!!!)
1 parent d4d94c5 commit 2532785

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ resource "docker_container" "nginx" {
152152
}
153153

154154
resource "docker_image" "nginx" {
155-
name = "nginx:alpine"
155+
name = "fofgaming/nginx:latest"
156156
}
157157

158158
resource "docker_service" "fof-nginx" {

terraform.tfstate

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 3,
33
"terraform_version": "0.11.11",
4-
"serial": 46,
4+
"serial": 47,
55
"lineage": "c2c240c5-42e3-2772-9b22-66b9c428243d",
66
"modules": [
77
{
@@ -14,10 +14,10 @@
1414
"type": "http",
1515
"depends_on": [],
1616
"primary": {
17-
"id": "2019-03-10 04:48:37.031403 +0000 UTC",
17+
"id": "2019-03-10 04:58:29.033976 +0000 UTC",
1818
"attributes": {
1919
"body": "72.86.205.70\n",
20-
"id": "2019-03-10 04:48:37.031403 +0000 UTC",
20+
"id": "2019-03-10 04:58:29.033976 +0000 UTC",
2121
"url": "http://icanhazip.com"
2222
},
2323
"meta": {},
@@ -71,7 +71,7 @@
7171
"attributes": {
7272
"id": "sha256:32a03797634470821baafbbaa0c3feca63c3c63576415f71ecc8613c593d695cnginx:alpine",
7373
"latest": "sha256:32a03797634470821baafbbaa0c3feca63c3c63576415f71ecc8613c593d695c",
74-
"name": "nginx:alpine"
74+
"name": "fofgaming/nginx:latest"
7575
},
7676
"meta": {},
7777
"tainted": false
@@ -120,7 +120,7 @@
120120
"task_spec.0.container_spec.0.healthcheck.0.timeout": "0s",
121121
"task_spec.0.container_spec.0.hostname": "",
122122
"task_spec.0.container_spec.0.hosts.#": "0",
123-
"task_spec.0.container_spec.0.image": "nginx:alpine",
123+
"task_spec.0.container_spec.0.image": "fofgaming/nginx:latest",
124124
"task_spec.0.container_spec.0.isolation": "default",
125125
"task_spec.0.container_spec.0.labels.%": "0",
126126
"task_spec.0.container_spec.0.mounts.#": "0",

0 commit comments

Comments
 (0)