File tree Expand file tree Collapse file tree 3 files changed +2
-68
lines changed
Expand file tree Collapse file tree 3 files changed +2
-68
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ CREATE TABLE `user_deleted` (
200200 ` level` int (10 ) unsigned DEFAULT NULL ,
201201 ` deleted_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
202202) ENGINE= InnoDB DEFAULT CHARSET= utf8;
203- ) ENGINE= InnoDB DEFAULT CHARSET= utf8;
204203/* !40101 SET character_set_client = @saved_cs_client */ ;
205204
206205/* !40103 SET TIME_ZONE=@OLD_TIME_ZONE */ ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ services:
2222 volumes :
2323 - ./container/nginx/clientcal.conf:/etc/nginx/conf.d/clientcal.conf
2424 - ./../../../web:/var/www/clientcal/web
25+ ports :
26+ - " 8080:8080"
2527 php-fpm :
2628 build :
2729 context : ./../../../
You can’t perform that action at this time.
0 commit comments