containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.86k stars 465 forks source link

add await for create_pods call #928

Closed schugabe closed 2 months ago

schugabe commented 2 months ago

fixes log output podman_compose.py:2527: RuntimeWarning: coroutine 'create_pods' was never awaited

p12tic commented 2 months ago

Thanks!