Updated: images to the latest version (#32)

This commit is contained in:
Felix 2021-10-20 15:32:56 +02:00 committed by GitHub
parent 97d76ddca8
commit 0f27441225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -263,12 +263,12 @@ server {
```dockerfile
# File `Dockerfile`
FROM nginx:1.21-alpine
FROM nginx:1.23-alpine
COPY --chown=nginx \
./nginx.conf /etc/nginx/conf.d/default.conf
COPY --chown=nginx \
--from=tarampampam/error-pages:2.0.0 \
--from=tarampampam/error-pages:2.2.0 \
/opt/html/ghost /usr/share/nginx/errorpages/_error-pages
```
@ -288,7 +288,7 @@ version: '3.8'
services:
error-pages:
image: tarampampam/error-pages:2.0.0
image: tarampampam/error-pages:2.2.0
environment:
TEMPLATE_NAME: l7-dark
networks:

View File

@ -1,6 +1,6 @@
# Docker-compose file is used only for local development. This is not production-ready example.
version: '3.4'
version: '3.8'
volumes:
tmp-data: {}