mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-23 23:53:58 +08:00
fixing compose
This commit is contained in:
parent
4f3a2bc3c8
commit
84feb5e000
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ services:
|
|||
restart: always
|
||||
network_mode: host
|
||||
environment:
|
||||
SERVER_HOST: "3.235.190.90"
|
||||
SERVER_HOST: "HOST_IP"
|
||||
netmaker-ui:
|
||||
container_name: netmaker-ui
|
||||
depends_on:
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
BACKEND_URL: "http://3.236.59.246:8081"
|
||||
BACKEND_URL: "http://HOST_IP:8081"
|
||||
coredns:
|
||||
depends_on:
|
||||
- netmaker
|
||||
|
|
Loading…
Reference in a new issue