mirror of
https://github.com/pirate/wikipedia-mirror.git
synced 2025-12-23 23:29:19 -05:00
13 lines
245 B
YAML
13 lines
245 B
YAML
version: '3'
|
|
services:
|
|
nginx:
|
|
image: nginx:latest
|
|
volumes:
|
|
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
|
- ./data/certs:/certs
|
|
- ./data/cache:/cache
|
|
- ./data/logs:/logs
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|