explicitly specify that image is on localhost
This commit is contained in:
parent
1479709962
commit
91b0b4637c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
[Build]
|
||||
ImageTag=ttt-blog
|
||||
ImageTag=localhost/ttt-blog
|
||||
SetWorkingDirectory=unit=/media/sasha/Data1/Apps/ttt-blog
|
|
@ -3,7 +3,7 @@ Description=TechTransThai Blog Website
|
|||
|
||||
[Container]
|
||||
ContainerName=ttt-blog
|
||||
Image=ttt-blog
|
||||
Image=localhost/ttt-blog
|
||||
PublishPort=8092:80
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue