mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-08 00:16:59 +02:00
FIXES #507: respecte mac_address
This commit is contained in:
@ -30,7 +30,7 @@ app.add_routes(routes)
|
||||
|
||||
|
||||
def main():
|
||||
web.run_app(app)
|
||||
web.run_app(app, port=8080)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user