mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-23 02:39:23 +00:00
enable brotli
This commit is contained in:
parent
f196f0da2b
commit
5a7857b52f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user