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