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
|
||||
Volumes:
|
||||
{
|
||||
/usr/local/apache2/htdocs
|
||||
/opt/{webserver}/html
|
||||
/usr/local/apache2/htdocs:/opt/{webserver}/html
|
||||
/usr/local/apache2/conf:/opt/{webserver}/conf
|
||||
/etc/httpd:/opt/{webserver}/httpd
|
||||
/etc/localtime:/etc/localtime:ro
|
||||
}
|
||||
Network: proxy
|
||||
Labels: << traefik.labels
|
||||
|
|
Loading…
Reference in a new issue