add network_mode bridge to the docker compose config

This commit is contained in:
Andy 2016-04-03 22:16:57 +02:00
parent 272cd9e79e
commit 6835449e76
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -3,6 +3,7 @@ version: '2'
services:
keepass2:
build: ./
network_mode: bridge
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- $HOME/Documents:/data