add network_mode bridge to the docker compose config
This commit is contained in:
parent
272cd9e79e
commit
6835449e76
@ -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…
Reference in New Issue
Block a user