extrahost and restart php

This commit is contained in:
2025-05-19 12:26:14 +02:00
parent 1ea501eac6
commit 5e0faa679e
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -44,6 +44,10 @@ ps:
logs:
docker-compose logs -f
restart_php:
docker-compose restart php
d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_sync_struct d9_cr d9_pag
d9_crd:
+2
View File
@@ -39,6 +39,8 @@ services:
- database
- redis
- server
extra_hosts:
- host.docker.internal:host-gateway
depends_on:
- mysql
- redis