Compare commits
No commits in common. "1a2a60e71994b93677d3f1d44b17f4089fa0929b" and "f55b284f2b1a78893bdfd323418890d59dce3ce7" have entirely different histories.
1a2a60e719
...
f55b284f2b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ 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