request-inspector/docker-compose.yml

13 lines
208 B
YAML
Raw Normal View History

2024-12-04 23:36:16 +00:00
version: "3"
networks:
proxnet:
external: true
services:
websrv:
image: v0idf1sh/request-inspector
container_name: request-inspector
restart: unless-stopped
networks:
- proxnet