fix path mounting for containerfile
This commit is contained in:
parent
2eea8d32e9
commit
0fefb840d0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Description=TechTransThai.org Website
|
|||
ContainerName=ttt-org
|
||||
Image=docker.io/library/nginx:alpine
|
||||
PublishPort=8082:80
|
||||
Volume=/run/media/core/Data1/Apps/pages:/usr/share/nginx/html:ro,z
|
||||
Volume=/run/media/core/Data1/Apps/www.techtransthai.org:/usr/share/nginx/html:ro,z
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in a new issue