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