[blog-quentin] new article

This commit is contained in:
Quentin 2019-08-06 14:47:18 +02:00
parent 9503cad153
commit b8cd6e8df8
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
sudo docker build -t superboum/amd64_blog:v18 .
sudo docker build -t superboum/amd64_blog:v19 .

View File

@ -11,7 +11,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_landing:v5"
image = "superboum/amd64_landing:v6"
port_map {
web_port = 8043
}
@ -54,7 +54,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_blog:v18"
image = "superboum/amd64_blog:v19"
port_map {
web_port = 8043
}