add network_mode bridge to the docker compose config

master
Andy 8 years ago
parent 272cd9e79e
commit 6835449e76
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

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

Loading…
Cancel
Save