don't use localhost as a podman workaround
This commit is contained in:
parent
899cfdafb0
commit
76e022e149
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=TechTransThai Blog Website
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ttt-blog
|
ContainerName=ttt-blog
|
||||||
Image=localhost/ttt-blog
|
Image=ttt-blog
|
||||||
PublishPort=8092:80
|
PublishPort=8092:80
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Reference in a new issue