更新 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" 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"