fix: correct API URL to use port 8981
This commit is contained in:
parent
acdafcfe8c
commit
f3ac7c99b8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ services:
|
|||
- KVTUBE_DATA_DIR=/app/data
|
||||
- GIN_MODE=release
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_API_URL=http://127.0.0.1:8080
|
||||
- NEXT_PUBLIC_API_URL=http://127.0.0.1:8981/api
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue