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: 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

Loading…
Cancel
Save