Let internet-login access the host network

This commit is contained in:
Mo 2023-10-24 14:02:43 +02:00
parent 0dea4af039
commit 23944dee0c

View file

@ -7,5 +7,6 @@ buildah build -t $container_name:latest ~/code/internet-login; or return 1
podman-default-create \
$container_name \
--network host \
-v $container_volumes_dir/config.toml:/volumes/config.toml:Z,ro \
localhost/$container_name:latest