diff --git a/documentation/setup-lxc.md b/documentation/setup-lxc.md index b022eee..e111ce2 100644 --- a/documentation/setup-lxc.md +++ b/documentation/setup-lxc.md @@ -27,7 +27,7 @@ lxc exec $LXC_CONTAINER_NAME -- bash -c "curl -s \"https://git.limbosolutions.co #install Portainer lxc exec $LXC_CONTAINER_NAME -- bash -c "curl -s \"https://git.limbosolutions.com/kb/portainer/raw/branch/main/scripts/setup.sh\" | bash" -#confirm ip address +#confirm container ip address lxc exec $LXC_CONTAINER_NAME -- bash -c "ip a" ```