mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
docker update
This commit is contained in:
parent
ed8758cbf6
commit
ac6dde20ef
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ services:
|
|||
hard: 65536
|
||||
|
||||
redis:
|
||||
image: redis:6.2.3-alpine
|
||||
image: redis:6.2.4-alpine
|
||||
logging:
|
||||
driver: "none"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.20.0-alpine
|
||||
FROM nginx:1.21.1-alpine
|
||||
ENV APP_DIR /srv/philomena
|
||||
COPY docker/web/nginx.conf /tmp/docker.nginx
|
||||
RUN envsubst '$APP_DIR' < /tmp/docker.nginx > /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in a new issue