[blog-quentin] new article
This commit is contained in:
parent
9503cad153
commit
b8cd6e8df8
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
sudo docker build -t superboum/amd64_blog:v18 .
|
||||
sudo docker build -t superboum/amd64_blog:v19 .
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue