mirror of
https://github.com/System-End/spaces.git
synced 2026-04-20 00:35:24 +00:00
Update access_url format to include '/port/'
This commit is contained in:
parent
cb5c665e46
commit
f2b990dbf7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export const createContainer = async (password, type, authorization) => {
|
|||
description: config.description,
|
||||
image: config.image,
|
||||
port,
|
||||
access_url: `${process.env.SERVER_URL}:${port}`
|
||||
access_url: `${process.env.SERVER_URL}/port/${port}`
|
||||
})
|
||||
.returning(['id', 'container_id', 'type', 'description', 'image', 'port', 'access_url']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue