Merge pull request #245 from cschug/nginx_dockercompose-1

chore(deps): update docker.io/library/nginx docker tag to 1.26.0-alpine
This commit is contained in:
Christoph Schug 2024-04-25 12:37:53 +02:00 committed by GitHub
commit 62f9ab3b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
---
services:
nginx:
image: nginx:1.25.5-alpine
image: docker.io/library/nginx:1.26.0-alpine
container_name: nginx
ports:
- 80:80