Browse Source

新增Docker部署

kuaifan 5 years atrás
parent
commit
c0d921075a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docker-compose.yml

+ 0 - 2
docker-compose.yml

@@ -16,8 +16,6 @@ services:
 
   php:
     hostname: php
-    ports:
-      - "55200:5200"
     build:
       context: .
       dockerfile: docker/php.Dockerfile