nginxを更新する

This commit is contained in:
yuuki 2024-10-16 06:42:54 +00:00
parent 9b6631d0b3
commit a3fa446e10
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
services: services:
catmario: catmario:
image: nginx:1.25.5 image: nginx:1.26.2
networks: networks:
- default - default
- traefik - traefik

View file

@ -1,6 +1,6 @@
services: services:
eaglercraft: eaglercraft:
image: nginx:1.25.5 image: nginx:1.26.2
networks: networks:
- default - default
- traefik - traefik

View file

@ -1,6 +1,6 @@
services: services:
space-cadet-pinball: space-cadet-pinball:
image: nginx:1.25.5 image: nginx:1.26.2
networks: networks:
- default - default
- traefik - traefik