Still bug-fixing; using local port instead of unix sockets
This commit is contained in:
@@ -5,9 +5,6 @@ WORKDIR /
|
||||
|
||||
ARG RELEASE_VERSION
|
||||
|
||||
# So that OpenRC works properly
|
||||
VOLUME [ “/sys/fs/cgroup” ]
|
||||
|
||||
# Copying in startup script
|
||||
COPY /entrypoint.sh /
|
||||
|
||||
@@ -21,7 +18,8 @@ RUN apk update && apk add --no-cache\
|
||||
openrc \
|
||||
php7-fpm \
|
||||
php7-gd \
|
||||
&& rm /etc/nginx/conf.d/default.conf
|
||||
&& rm /etc/nginx/conf.d/default.conf \
|
||||
&& touch /run/openrc/softlevel
|
||||
|
||||
# Adding DokuWiki
|
||||
RUN rm -rf /var/www/* \
|
||||
|
||||
Reference in New Issue
Block a user