feat: 修改 Node 12 14 16 版本镜像地址 (#1755)

This commit is contained in:
zhengkunwang 2024-07-15 12:54:04 +08:00 committed by GitHub
parent a6c3b01573
commit 2493d07e36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services:
node:
image: 1panel/node:${NODE_VERSION}
image: node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes:

View File

@ -1,6 +1,6 @@
services:
node:
image: 1panel/node:${NODE_VERSION}
image: node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes:

View File

@ -1,6 +1,6 @@
services:
node:
image: 1panel/node:${NODE_VERSION}
image: node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes: