Skip to content

Commit 370da2f

Browse files
committed
docker fixes
1 parent 1137b3c commit 370da2f

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

app/data/schema-sql/2.02/schema-dump.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 */;

clientcal.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

docker/compose/clientcal/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: ./../../../

0 commit comments

Comments
 (0)