From deb7f4fc5a68d1f7999b10a85e37fbe190112c6e Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 15 Jan 2024 23:14:45 +0000 Subject: [PATCH] print url of service --- src/command/impl/addCommand.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/command/impl/addCommand.py b/src/command/impl/addCommand.py index 2d8dc3e..196bb2c 100644 --- a/src/command/impl/addCommand.py +++ b/src/command/impl/addCommand.py @@ -26,4 +26,6 @@ class AddCommand(Command): traefikConfig.save() - restartTraefik() \ No newline at end of file + restartTraefik() + + print(f"Access your service at http://{domain}") \ No newline at end of file