This commit is contained in:
2026-05-20 13:47:17 +02:00
parent be5bff6e14
commit 555d37dfaa
20 changed files with 672 additions and 17 deletions
+20
View File
@@ -0,0 +1,20 @@
version: "2.4"
services:
firefox:
container_name: firefox
volumes:
- firefox_data:/config:rw
image: jlesage/firefox
networks:
DMZ:
ipv4_address: 10.10.12.14
volumes:
firefox_data:
external: true
networks:
DMZ:
external: true