]> git.parisson.com Git - mezzo.git/commitdiff
change port
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 17:00:27 +0000 (19:00 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 17:00:27 +0000 (19:00 +0200)
43 files changed:
app/manage.py [changed mode: 0755->0644]
app/static/css/index.css [changed mode: 0755->0644]
app/static/js/plugins.js [changed mode: 0755->0644]
app/static/js/plugins/instafeed.js [changed mode: 0755->0644]
app/static/js/plugins/lightslider.js [changed mode: 0755->0644]
app/static/js/plugins/tabs.js [changed mode: 0755->0644]
app/static/scss/base/_buttons.scss [changed mode: 0755->0644]
app/static/scss/base/_defaults.scss [changed mode: 0755->0644]
app/static/scss/base/_forms.scss [changed mode: 0755->0644]
app/static/scss/base/_grid.scss [changed mode: 0755->0644]
app/static/scss/base/_layout.scss [changed mode: 0755->0644]
app/static/scss/base/_lists.scss [changed mode: 0755->0644]
app/static/scss/base/_tables.scss [changed mode: 0755->0644]
app/static/scss/base/_typography.scss [changed mode: 0755->0644]
app/static/scss/components/_breadcrumbs.scss [changed mode: 0755->0644]
app/static/scss/components/_embed-responsive.scss [changed mode: 0755->0644]
app/static/scss/components/_footers.scss [changed mode: 0755->0644]
app/static/scss/components/_headers.scss [changed mode: 0755->0644]
app/static/scss/components/_hero.scss [changed mode: 0755->0644]
app/static/scss/components/_media-object.scss [changed mode: 0755->0644]
app/static/scss/components/_menu-toggle.scss [changed mode: 0755->0644]
app/static/scss/components/_messages.scss [changed mode: 0755->0644]
app/static/scss/components/_pagination.scss [changed mode: 0755->0644]
app/static/scss/components/_sidebar.scss [changed mode: 0755->0644]
app/static/scss/components/_tags.scss [changed mode: 0755->0644]
app/static/scss/components/_utilities-forms.scss [changed mode: 0755->0644]
app/static/scss/components/_utilities-layout.scss [changed mode: 0755->0644]
app/static/scss/config/_variables-icons.scss [changed mode: 0755->0644]
app/static/scss/config/_variables.scss [changed mode: 0755->0644]
app/static/scss/index.scss [changed mode: 0755->0644]
app/static/scss/modules/bk-news.scss [changed mode: 0755->0644]
app/static/scss/modules/icons.scss [changed mode: 0755->0644]
app/static/scss/modules/pager.scss [changed mode: 0755->0644]
app/static/scss/modules/tabs.scss [changed mode: 0755->0644]
app/static/scss/pages/_home.scss [changed mode: 0755->0644]
app/static/scss/utils/_brands-colors.scss [changed mode: 0755->0644]
app/static/scss/utils/_colors.scss [changed mode: 0755->0644]
app/static/scss/utils/_font-stacks.scss [changed mode: 0755->0644]
app/static/scss/utils/_mixins.scss [changed mode: 0755->0644]
app/static/scss/vendors/_lightslider.scss [changed mode: 0755->0644]
app/static/scss/vendors/_normalize.scss [changed mode: 0755->0644]
docker-compose.yml
install.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 6099fbda2bdf9115960ecf108fcd3b49930d3df8..fb35fffc00d25416296f3f5ef9e6539b7d886230 100644 (file)
@@ -59,7 +59,7 @@ app:
 nginx:
   image: nginx
   ports:
-    - "80:80"
+    - "8082:80"
   volumes:
     - ./etc/nginx.conf:/etc/nginx/conf.d/default.conf
     - ./data/var/log/nginx/:/var/log/nginx
old mode 100755 (executable)
new mode 100644 (file)