mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 02:09:24 +00:00
enable brotli
This commit is contained in:
parent
f196f0da2b
commit
5a7857b52f
@ -2,13 +2,12 @@ version: '3'
|
||||
|
||||
services:
|
||||
home:
|
||||
image: nginx:alpine
|
||||
image: cupcakearmy/static
|
||||
restart: always
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- ./public:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./public:/srv:ro
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user