privacy, tos and lazy loading

This commit is contained in:
cupcakearmy
2019-03-24 02:32:01 +01:00
parent c39d15e4ee
commit f6525913b3
13 changed files with 188 additions and 31 deletions

View File

@@ -3,8 +3,8 @@ version: '3'
services:
home:
image: nginx:alpine
restart: always
ports:
- 80
- 80:80
volumes:
- ./public:/usr/share/nginx/html:ro
- ./public:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro