Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
laravel-startup
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter Cheng
laravel-startup
Commits
b13d540f
Commit
b13d540f
authored
Mar 01, 2019
by
Peter Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
追加所需的Library libzip-dev
parent
4e8debfa
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
47 deletions
+55
-47
ib_buffer_pool
dev_env/mysql/datadir/ib_buffer_pool
+48
-46
ib_logfile0
dev_env/mysql/datadir/ib_logfile0
+0
-0
ibdata1
dev_env/mysql/datadir/ibdata1
+0
-0
startup.access.log
dev_env/nginx/logs/startup.access.log
+3
-0
startup.error.log
dev_env/nginx/logs/startup.error.log
+3
-0
Dockerfile
dev_env/php/build/Dockerfile
+1
-1
No files found.
dev_env/mysql/datadir/ib_buffer_pool
View file @
b13d540f
3,2
91,35
3,1
10,112
3,3
10,96
10,243
10,198
10,119
10,280
10,225
10,122
10,301
10,223
10,91
10,127
10,191
9,2
9,3
8,13
8,5
8,18
8,7
8,2
20,3
20,2
20,1
19,3
19,2
19,1
12,3
12,2
12,1
11,29
11,29
11,28
11,27
11,27
11,26
11,25
11,25
11,24
11,24
11,23
11,23
11,22
11,21
11,21
11,20
11,20
11,19
11,19
...
@@ -46,29 +22,55 @@
...
@@ -46,29 +22,55 @@
11,11
11,11
11,10
11,10
11,9
11,9
11,8
11,7
11,7
11,6
11,5
11,5
11,4
11,3
11,2
11,1
10,307
10,307
10,305
10,305
10,301
10,290
10,290
10,286
10,286
10,279
10,279
10,275
10,275
10,264
10,264
10,263
10,263
10,261
10,302
10,250
10,206
10,242
10,134
10,239
10,2
10,236
10,3
10,230
11,26
10,224
11,22
10,213
11,28
10,179
11,4
10,105
11,8
11,1
11,6
11,2
11,3
9,7
9,6
9,1
9,4
8,9
8,8
8,4
8,14
8,3
12,2
12,1
12,3
20,2
20,1
20,3
19,2
19,1
19,3
18,1
18,3
14,1
14,3
13,1
13,3
2,2
2,1
2,3
dev_env/mysql/datadir/ib_logfile0
View file @
b13d540f
No preview for this file type
dev_env/mysql/datadir/ibdata1
View file @
b13d540f
No preview for this file type
dev_env/nginx/logs/startup.access.log
View file @
b13d540f
172.18.0.1 - - [01/Mar/2019:05:44:05 +0000] "HEAD / HTTP/1.1" 404 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36" "-"
172.18.0.1 - - [01/Mar/2019:05:44:05 +0000] "HEAD / HTTP/1.1" 404 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36" "-"
172.18.0.1 - - [01/Mar/2019:05:44:05 +0000] "HEAD / HTTP/1.1" 404 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36" "-"
dev_env/nginx/logs/startup.error.log
View file @
b13d540f
2019/03/01 05:44:05 [error] 6#6: *1 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: startup, request: "HEAD / HTTP/1.1", upstream: "fastcgi://172.18.0.5:9000", host: "ymrvvhoj"
2019/03/01 05:44:05 [error] 6#6: *2 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: startup, request: "HEAD / HTTP/1.1", upstream: "fastcgi://172.18.0.5:9000", host: "baytaov"
2019/03/01 05:44:05 [error] 6#6: *4 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: startup, request: "HEAD / HTTP/1.1", upstream: "fastcgi://172.18.0.5:9000", host: "gfilptgksliiqpw"
dev_env/php/build/Dockerfile
View file @
b13d540f
...
@@ -2,7 +2,7 @@ FROM php:fpm-alpine
...
@@ -2,7 +2,7 @@ FROM php:fpm-alpine
RUN
apk update
RUN
apk update
RUN
apk add libpng-dev freetype-dev libjpeg-turbo-dev jpeg-dev
RUN
apk add libpng-dev freetype-dev libjpeg-turbo-dev jpeg-dev
libzip-dev
RUN
docker-php-ext-install zip pdo_mysql
RUN
docker-php-ext-install zip pdo_mysql
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment