Compare commits
2 commits
f55b284f2b
...
1a2a60e719
Author | SHA1 | Date | |
---|---|---|---|
1a2a60e719 | |||
c4886ecc19 |
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
||||||
blog:
|
blog:
|
||||||
image: nginx
|
image: nginx
|
||||||
container_name: blog
|
container_name: blog
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- {{ service_dir }}/git/templates:/etc/nginx/templates
|
- {{ service_dir }}/git/templates:/etc/nginx/templates
|
||||||
- {{ service_dir }}/git/_site:/var/www/blog
|
- {{ service_dir }}/git/_site:/var/www/blog
|
||||||
|
|
Reference in a new issue