Skip to content

Commit

Permalink
docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ackspony committed Jul 13, 2018
1 parent 1137b3c commit 370da2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
1 change: 0 additions & 1 deletion app/data/schema-sql/2.02/schema-dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ CREATE TABLE `user_deleted` (
`level` int(10) unsigned DEFAULT NULL,
`deleted_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
67 changes: 0 additions & 67 deletions clientcal.sh

This file was deleted.

2 changes: 2 additions & 0 deletions docker/compose/clientcal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
volumes:
- ./container/nginx/clientcal.conf:/etc/nginx/conf.d/clientcal.conf
- ./../../../web:/var/www/clientcal/web
ports:
- "8080:8080"
php-fpm:
build:
context: ./../../../
Expand Down

0 comments on commit 370da2f

Please sign in to comment.