use nginx stable

This commit is contained in:
Florian Zirker 2024-03-05 07:04:22 +00:00
parent a4a675634f
commit cbb68cdbd3
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
services:
web:
image: nginx
image: nginx:stable
depends_on:
- app
volumes:

View file

@ -1,7 +1,7 @@
services:
app:
image: nginx
image: nginx:stable
volumes:
- ${HTML}:/usr/share/nginx/html:ro
networks: