request-inspector/docker-compose.yml
2024-12-04 18:36:16 -05:00

13 lines
208 B
YAML

version: "3"
networks:
proxnet:
external: true
services:
websrv:
image: v0idf1sh/request-inspector
container_name: request-inspector
restart: unless-stopped
networks:
- proxnet