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: services:
keepass2: keepass2:
build: ./ build: ./
network_mode: bridge
volumes: volumes:
- /tmp/.X11-unix:/tmp/.X11-unix - /tmp/.X11-unix:/tmp/.X11-unix
- $HOME/Documents:/data - $HOME/Documents:/data