mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* nginx template added nginx template added * Update meta.json * Update meta.json * Update meta.json
14 lines
250 B
YAML
14 lines
250 B
YAML
version: "3.8"
|
|
services:
|
|
nginx:
|
|
image: nginx:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80
|
|
- 443
|
|
volumes:
|
|
- nginx-config:/etc/nginx
|
|
- nginx-html:/usr/share/nginx/html
|
|
volumes:
|
|
nginx-config: {}
|
|
nginx-html: {} |