Files
firegex-traffic-viewer/docker-compose.yml

14 lines
267 B
YAML
Raw Normal View History

2022-06-12 18:50:57 +02:00
version: '3.9'
services:
2022-06-12 20:02:05 +02:00
firewall:
2022-06-12 18:50:57 +02:00
restart: unless-stopped
2022-06-12 22:28:16 +02:00
build: .
#network_mode: "host"
ports:
- 80:80
2022-06-12 20:02:05 +02:00
environment:
2022-06-12 22:28:16 +02:00
- NGINX_PORT=80
2022-06-13 10:59:05 +02:00
volumes:
- /execute/db
2022-06-12 22:28:16 +02:00