add static lighttpd server to compose file to host my static hugo site
This commit is contained in:
parent
d6e1648c1a
commit
0a8c47706f
1 changed files with 10 additions and 0 deletions
|
@ -280,3 +280,13 @@ services:
|
||||||
- MYSQL_DATABASE=nextcloud
|
- MYSQL_DATABASE=nextcloud
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
- MYSQL_HOST=db
|
- MYSQL_HOST=db
|
||||||
|
lighttpd:
|
||||||
|
image: gists/lighttpd
|
||||||
|
ports:
|
||||||
|
- "5679:80"
|
||||||
|
volumes:
|
||||||
|
- /var/www/peterspage:/var/www
|
||||||
|
environment:
|
||||||
|
- UID=1000
|
||||||
|
- GID=1000
|
||||||
|
restart: always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue