mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
12 lines
304 B
YAML
12 lines
304 B
YAML
version: "3"
|
|
services:
|
|
grav:
|
|
build: ./
|
|
ports:
|
|
- 8000:80
|
|
volumes:
|
|
- ./themes:/var/www/html/user/themes
|
|
- ./config:/var/www/html/user/config
|
|
- ./pages:/var/www/html/user/pages
|
|
- ./images:/var/www/html/user/images
|
|
- ./dev/plugins:/var/www/html/user/plugins
|