Merge branch 'master' of https://git.fascinated.cc/Fascinated/traefik-helper
All checks were successful
Publish Docker Image / docker (push) Successful in 3m59s
All checks were successful
Publish Docker Image / docker (push) Successful in 3m59s
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
from colorama import Fore
|
from colorama import Fore
|
||||||
from command.command import Command
|
from command.command import Command
|
||||||
from traefik.traefikConfig import TraefikConfig
|
from traefik.traefikConfig import TraefikConfig
|
||||||
from utils.dockerUtils import restartTraefik
|
|
||||||
|
|
||||||
class RemoveCommand(Command):
|
class RemoveCommand(Command):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@ -23,5 +22,3 @@ class RemoveCommand(Command):
|
|||||||
traefikConfig.removeRouter(name)
|
traefikConfig.removeRouter(name)
|
||||||
|
|
||||||
traefikConfig.save()
|
traefikConfig.save()
|
||||||
|
|
||||||
restartTraefik()
|
|
Reference in New Issue
Block a user