This commit is contained in:
parent
4ba7eec661
commit
669a371c0d
@ -4,7 +4,8 @@ This is a helper container for traefik. It can add, remove and update services.
|
|||||||
|
|
||||||
## NOTICE
|
## NOTICE
|
||||||
|
|
||||||
PLEASE PLEASE PLEASE MAKE SURE YOU HAVE A BACKUP OF YOUR CONFIG FILE BEFORE USING THIS CONTAINER. I AM NOT RESPONSIBLE FOR ANY DATA LOSS.
|
PLEASE PLEASE PLEASE MAKE SURE YOU HAVE A BACKUP OF YOUR CONFIG FILE BEFORE USING THIS CONTAINER. I AM NOT RESPONSIBLE FOR ANY DATA LOSS. </br>
|
||||||
|
This helper also assumes that you have SSL certificates setup for your services.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -26,6 +26,4 @@ class AddCommand(Command):
|
|||||||
|
|
||||||
traefikConfig.save()
|
traefikConfig.save()
|
||||||
|
|
||||||
restartTraefik()
|
restartTraefik()
|
||||||
|
|
||||||
print("Done!")
|
|
@ -24,6 +24,4 @@ class RemoveCommand(Command):
|
|||||||
|
|
||||||
traefikConfig.save()
|
traefikConfig.save()
|
||||||
|
|
||||||
restartTraefik()
|
restartTraefik()
|
||||||
|
|
||||||
print(f"Removed \"{name}\"")
|
|
Loading…
Reference in New Issue
Block a user