更新 docker-compose.yml

This commit is contained in:
chinky 2024-04-28 17:06:06 +08:00
parent 26c4d5cd40
commit 01da743b86
1 changed files with 2 additions and 2 deletions

View File

@ -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"