enable brotli

This commit is contained in:
cupcakearmy 2019-08-08 14:00:06 +02:00
parent f196f0da2b
commit 5a7857b52f

View File

@ -2,13 +2,12 @@ version: '3'
services: services:
home: home:
image: nginx:alpine image: cupcakearmy/static
restart: always restart: always
ports: ports:
- 80 - 80
volumes: volumes:
- ./public:/usr/share/nginx/html:ro - ./public:/srv:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks: networks:
- traefik - traefik
labels: labels: