mirror of
https://github.com/katanemo/plano.git
synced 2026-05-11 16:52:41 +02:00
fix for linux
This commit is contained in:
parent
639839fbb1
commit
e0c4473217
5 changed files with 13 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ services:
|
|||
- ~/archgw_logs:/var/log/
|
||||
env_file:
|
||||
- stage.env
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ def build(services):
|
|||
"-t",
|
||||
"archgw:latest",
|
||||
".",
|
||||
"--add-host=host.docker.internal:host-gateway",
|
||||
],
|
||||
check=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue