Update nginx Docker tag to v1.21.1

This commit is contained in:
Comrade Renovate Bot 2021-07-07 07:01:48 +00:00
parent d3d56ea4b9
commit 9f6b935b83
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
web: web:
image: "nginx:1.21.0" image: "nginx:1.21.1"
environment: environment:
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}
configs: configs: