changement du listen temporaire

non documente /a faire : necessite de changer le config.php
pour trusted
This commit is contained in:
phlippe lhardy
2025-07-04 15:11:55 +02:00
parent e985f2e430
commit 0760d99a30
2 changed files with 44 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ bind_folder=$(pwd)/$rel_bind_folder
declare -a podman_args
podman_args+=(-p 127.0.0.1:8080:80 --name=$container_name)
listen_host=192.168.1.20
podman_args+=(-p $listen_host:8080:80 --name=$container_name)
# container 33 www-data => current user.
current_uid=$(id -u)