Commit 7fa19986 authored by nanahira's avatar nanahira

fix

parent d90bd302
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
- ./nginx/cache:/etc/nginx/cache - ./nginx/cache:/etc/nginx/cache
- ./nginx/log:/var/log/nginx - ./nginx/log:/var/log/nginx
{% for instance in instances %} {% for instance in instances %}
{{instance.name}}: '{{instance.name}}':
restart: always restart: always
image: {{ jupyter_image }} image: {{ jupyter_image }}
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment