You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox/docker-compose.yml

27 lines
534 B

9 years ago
version: '2'
services:
firefox:
build: ./
read_only: true
networks:
- net
- pulseaudio
devices:
- /dev/dri
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- /tmp/krb5cc_1000:/tmp/krb5cc_1000:ro
- /var/run/cups:/var/run/cups:ro
- $HOME/.mozilla:/home/firefox/.mozilla
- $HOME/Downloads:/home/firefox/Downloads
environment:
DISPLAY: unix$DISPLAY
PULSE_SERVER: tcp:pulseaudio:4713
networks:
net: {}
pulseaudio:
external:
name: pulseaudio_net