本番用Docker Compose作成
This commit is contained in:
@@ -8,7 +8,7 @@ serve(
|
||||
{
|
||||
fetch: app.fetch,
|
||||
port: env.port,
|
||||
hostname: '127.0.0.1',
|
||||
hostname: env.host,
|
||||
},
|
||||
(info) => {
|
||||
console.log(`CertRemind API listening on http://${info.address}:${info.port}`);
|
||||
|
||||
Reference in New Issue
Block a user