mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-07 11:10:44 +00:00
privacy, tos and lazy loading
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user