mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
(fix): remove hardcoded port from KANEO_API_URL (#397)
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
frontend:
|
||||
image: ghcr.io/usekaneo/web:latest
|
||||
environment:
|
||||
KANEO_API_URL: "http://${BACKEND_HOST}:1337"
|
||||
KANEO_API_URL: "http://${BACKEND_HOST}"
|
||||
ports:
|
||||
- 5173
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user