10 lines
273 B
YAML
10 lines
273 B
YAML
services:
|
|
nginx-cache-proxy:
|
|
# image: docker.site.quack-lab.dev/nginx-cache-proxy:latest
|
|
image: nginx:alpine
|
|
ports:
|
|
- "3001:3001"
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
|
- ./nginx-data:/etc/nginx/data
|
|
restart: unless-stopped |