update docker-compose.yml
This commit is contained in:
parent
e7fc62c950
commit
b305d5f5e4
@ -6,7 +6,7 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
hostname: localhost
|
hostname: localhost
|
||||||
networks:
|
networks:
|
||||||
- net
|
- isolated
|
||||||
ports:
|
ports:
|
||||||
- "4713:4713"
|
- "4713:4713"
|
||||||
devices:
|
devices:
|
||||||
@ -18,4 +18,6 @@ services:
|
|||||||
DISPLAY: unix$DISPLAY
|
DISPLAY: unix$DISPLAY
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
net: {}
|
isolated:
|
||||||
|
external:
|
||||||
|
name: isolated
|
||||||
|
Loading…
Reference in New Issue
Block a user