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