Skip to content

Commit

Permalink
Harmonizing double quotes to docker-compose yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Oct 10, 2019
1 parent b3ebe17 commit 52aa297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: "2"

services:
api:
Expand All @@ -12,7 +12,7 @@ services:
traefik.http.routers.goweb-https.middlewares: compress@file, web-limit@file
traefik.http.routers.goweb-https.tls: true
traefik.http.routers.goweb-https.tls.certresolver: default
traefik.http.services.goweb-service.loadbalancer.server.port: '1080'
traefik.http.services.goweb-service.loadbalancer.server.port: "1080"
environment:
API_CSP: "default-src 'self'; base-uri 'self'; script-src 'self' 'unsafe-inline' unpkg.com/swagger-ui-dist@3/; style-src 'self' 'unsafe-inline' unpkg.com/swagger-ui-dist@3/; img-src 'self' data:"
restart: on-failure:5
Expand Down

0 comments on commit 52aa297

Please sign in to comment.