Add proxy network to allow dockerized apps to use the API
This commit is contained in:
parent
1312340951
commit
cf7eb98d0d
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
version: '3'
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external:
|
||||
name: proxy
|
||||
|
||||
services:
|
||||
dockerserviceminecraft:
|
||||
build: .
|
||||
|
|
Loading…
Reference in a new issue