Update Dockerfile
This commit is contained in:
parent
1b3acd9636
commit
a000c179a9
@ -164,8 +164,8 @@ RUN ln -sf /dev/stdout /var/log/apache2/access.log \
|
|||||||
&& sed -i -e 's/80/8080/g' /etc/apache2/sites-available/*
|
&& sed -i -e 's/80/8080/g' /etc/apache2/sites-available/*
|
||||||
|
|
||||||
# Configure Varnish
|
# Configure Varnish
|
||||||
RUN systemctl start varnish \
|
#RUN systemctl start varnish \
|
||||||
&& systemctl enable varnish
|
# && systemctl enable varnish
|
||||||
|
|
||||||
# Configure PosgtreSQL
|
# Configure PosgtreSQL
|
||||||
COPY postgresql.custom.conf.tmpl /etc/postgresql/13/main/
|
COPY postgresql.custom.conf.tmpl /etc/postgresql/13/main/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user