Docker-compose now always uses stable nginx (#2088)

Fixes #2086
This commit is contained in:
Isaac
2022-04-12 23:50:58 +02:00
committed by GitHub
parent afc55bff75
commit ab4dd902c4

View File

@@ -27,7 +27,7 @@ services:
internal:
nginx:
image: nginx:1.17
image: nginx:stable
restart: always
volumes:
- ./conf/nginx/http.conf:/etc/nginx/nginx.conf