1
0
Fork 0

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

This commit is contained in:
zhengkunwang 2024-07-15 12:54:04 +08:00 committed by GitHub
parent 38083a8e4c
commit d72a23aead
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: