Let internet-login access the host network
This commit is contained in:
parent
0dea4af039
commit
23944dee0c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue