mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-17 20:42:39 -05:00
does cobalt api support change port? #472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yumega on GitHub (Oct 3, 2024).
problem description
I changed the port into 9002, it doesn't work.
port 9000 has used by protainer, must change the port.
your instance configuration
No response
@wukko commented on GitHub (Oct 3, 2024):
you have to change the
API_PORTenv variable, too: https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md#variables-for-api@Yumega commented on GitHub (Oct 3, 2024):
Thank you