fix: corrige la configuration Compose + passe à PHP8.5
This commit is contained in:
parent
fdb6aaa7e9
commit
21a1828144
3 changed files with 8 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ services:
|
|||
- "./containers/conf/angie:/etc/angie:rw"
|
||||
- "./containers/data/certs:/etc/angie/ssl:ro"
|
||||
- "./containers/data/angie/logs:/var/log/angie:rw"
|
||||
- "./:/var/www/wordpress:ro"
|
||||
- "./:/var/www/wordpress:rw"
|
||||
traefik:
|
||||
container_name: "haikuatelier.fr-traefik"
|
||||
env_file:
|
||||
|
|
@ -118,7 +118,7 @@ services:
|
|||
- "CMD-SHELL"
|
||||
- "valkey-cli ping | grep PONG"
|
||||
timeout: "5s"
|
||||
image: "docker.io/valkey/valkey:8-alpine"
|
||||
image: "docker.io/valkey/valkey:9-alpine"
|
||||
restart: "unless-stopped"
|
||||
sysctls:
|
||||
- "net.core.somaxconn=512"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue