Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
4f2500d7
Commit
4f2500d7
authored
Feb 20, 2020
by
Dominik Hebeler
Browse files
in our cluster php-fpm is available under localhost
parent
2287a0b0
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4f2500d7
...
...
@@ -60,6 +60,7 @@ RUN sed -i 's/;error_log = log\/php7\/error.log/error_log = \/dev\/stdout/g' /et
COPY
config/nginx.conf /etc/nginx/nginx.conf
COPY
config/nginx-default.conf /etc/nginx/conf.d/default.conf
RUN
sed
-i
's/fastcgi_pass phpfpm:9000;/fastcgi_pass localhost:9000;/g'
/etc/nginx/conf.d/default.conf
COPY
--chown=root:nginx . /html
WORKDIR
/html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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