Upload
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user