changes
This commit is contained in:
parent
e4c2e8d63a
commit
5dc6044906
8 changed files with 38 additions and 39 deletions
|
@ -1,9 +1,10 @@
|
|||
version: '2.2'
|
||||
|
||||
networks:
|
||||
internal:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
external: true
|
||||
|
||||
x-common: &common
|
||||
restart: always
|
||||
|
@ -18,7 +19,8 @@ x-common: &common
|
|||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
proxy:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
services:
|
||||
proxy:
|
||||
|
|
Reference in a new issue