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: services:
web: web:
image: nginx image: nginx:stable
depends_on: depends_on:
- app - app
volumes: volumes:

View file

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