minecraft-docker-server/proxy/nginx/compose.yml

11 lines
183 B
YAML
Raw Normal View History

2024-11-25 23:16:41 +01:00
services:
nginx:
image: nginx:1.15-alpine
ports:
- "80:80"
- "443:443"
volumes:
- ./data/nginx:/etc/nginx/conf.d
certbot:
image: certbot/certbot