mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
cleanup
This commit is contained in:
parent
c720df0805
commit
9188f5cdd9
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export default async function handler(req, res) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const dockerArgs = getDockerArguments(containerServer)
|
const dockerArgs = getDockerArguments(containerServer);
|
||||||
const docker = new Docker(dockerArgs.conn);
|
const docker = new Docker(dockerArgs.conn);
|
||||||
const containers = await docker.listContainers({
|
const containers = await docker.listContainers({
|
||||||
all: true,
|
all: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue