更新 docker-compose.yml
This commit is contained in:
parent
26c4d5cd40
commit
01da743b86
|
@ -22,8 +22,8 @@ services:
|
||||||
# 容器名称
|
# 容器名称
|
||||||
container_name: "web_nginx"
|
container_name: "web_nginx"
|
||||||
php:
|
php:
|
||||||
build: ./php-mysql
|
# build: ./php-mysql
|
||||||
# image: php:fpm-alpine
|
image: fpm-mysql
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - "9000:9000"
|
# - "9000:9000"
|
||||||
|
|
Loading…
Reference in New Issue