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: internal:
nginx: nginx:
image: nginx:1.17 image: nginx:stable
restart: always restart: always
volumes: volumes:
- ./conf/nginx/http.conf:/etc/nginx/nginx.conf - ./conf/nginx/http.conf:/etc/nginx/nginx.conf