Skip to content

Commit 07cf699

Browse files
authored
Merge pull request #192 from utopia-php/fix-domain-hostname
Allow not requiring strict hostname checking
2 parents 6e63939 + 4aa6897 commit 07cf699

File tree

4 files changed

+170
-161
lines changed

4 files changed

+170
-161
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM composer:2.0 AS step0
22

3-
43
ARG TESTING=true
5-
64
ENV TESTING=$TESTING
75

86
WORKDIR /usr/local/src/
@@ -23,7 +21,6 @@ RUN \
2321
apk add --no-cache --virtual .deps \
2422
supervisor php$PHP_VERSION php$PHP_VERSION-fpm php$PHP_VERSION-mbstring nginx bash
2523

26-
2724
# Nginx Configuration (with self-signed ssl certificates)
2825
COPY ./tests/docker/nginx.conf /etc/nginx/nginx.conf
2926

0 commit comments

Comments
 (0)