Pin nginx version

This commit is contained in:
3wc 2021-04-05 11:47:52 +02:00
parent 82fbbea229
commit 6d73d1d23d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: "nginx:stable" image: "nginx:1.19.2"
environment: environment:
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}
configs: configs: