aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index cc7dae7..2304fe1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: ./
dockerfile: ./Dockerfile
- network_mode: "bridge"
+ network_mode: "host"
container_name: firefox
image: thornycrackers/firefox
environment:
@@ -17,6 +17,7 @@ services:
- /tmp/pulseaudio.client.conf:/etc/pulse/client.conf
- /etc/localtime:/etc/localtime:ro
- ./data:/home/thorny/.mozilla
+ - /home/thorny/Downloads:/home/thorny/Downloads
command: /bin/bash firefox
tty: true
stdin_open: true