modified docker webserver docs
This commit is contained in:
parent
f99e70a0e4
commit
6f626ea686
1 changed files with 4 additions and 2 deletions
|
@ -190,8 +190,10 @@ Post install:
|
||||||
Image: httpd:alpine
|
Image: httpd:alpine
|
||||||
Volumes:
|
Volumes:
|
||||||
{
|
{
|
||||||
/usr/local/apache2/htdocs
|
/usr/local/apache2/htdocs:/opt/{webserver}/html
|
||||||
/opt/{webserver}/html
|
/usr/local/apache2/conf:/opt/{webserver}/conf
|
||||||
|
/etc/httpd:/opt/{webserver}/httpd
|
||||||
|
/etc/localtime:/etc/localtime:ro
|
||||||
}
|
}
|
||||||
Network: proxy
|
Network: proxy
|
||||||
Labels: << traefik.labels
|
Labels: << traefik.labels
|
||||||
|
|
Loading…
Reference in a new issue