mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
5985505f3e
finally (to squash)
11 lines
No EOL
282 B
YAML
11 lines
No EOL
282 B
YAML
version: "3"
|
|
services:
|
|
grav:
|
|
build: ./
|
|
ports:
|
|
- 8000:80
|
|
volumes:
|
|
- ./themes/yunohost-docs:/var/www/html/user/themes/yunohost-docs
|
|
- ./config:/var/www/html/user/config
|
|
- ./pages:/var/www/html/user/pages
|
|
- ./images:/var/www/html/user/images |