|
@@ -22,7 +22,7 @@ services:
|
|
|
|
|
|
php:
|
|
|
container_name: ${ABBREVIATION}-php
|
|
|
- image: likeshop/php:8.1.11-fpm
|
|
|
+ image: registry.cn-qingdao.aliyuncs.com/kphcdr/kt
|
|
|
restart: always
|
|
|
working_dir: /www/server
|
|
|
volumes:
|
|
@@ -56,13 +56,13 @@ services:
|
|
|
- default
|
|
|
ports:
|
|
|
- "${NUMBER}6379:6379"
|
|
|
- node:
|
|
|
- container_name: ${ABBREVIATION}-node
|
|
|
- image: node:16.16.0
|
|
|
- restart: always
|
|
|
- tty: true
|
|
|
- volumes:
|
|
|
- - ./www:/www
|
|
|
- networks:
|
|
|
- - default
|
|
|
- working_dir: /www
|
|
|
+ #node:
|
|
|
+ # container_name: ${ABBREVIATION}-node
|
|
|
+ # image: node:16.16.0
|
|
|
+ # restart: always
|
|
|
+ # tty: true
|
|
|
+ # volumes:
|
|
|
+ # - ./www:/www
|
|
|
+ # networks:
|
|
|
+ # - default
|
|
|
+ # working_dir: /www
|