This commit is contained in:
Hubert Van De Walle 2020-06-26 02:38:45 +02:00
parent 8f9dc0d9ce
commit ab50029e66
2 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,6 @@ portfolio.simplenotes.be {
format json
}
header @static Cache-Control "public, max-age=31536000" # 1 year
# header Content-Security-Policy "default-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net;"
}

View File

@ -12,6 +12,8 @@ services:
environment:
- TZ=Europe/Brussels
- MYSQL_HOST=db
ports:
- 127.0.0.1:8081:8081
depends_on:
db:
condition: service_healthy