-
-
Notifications
You must be signed in to change notification settings - Fork 26
Restart Services
Carlos D. Álvaro edited this page Oct 16, 2020
·
1 revision
You can restart containers services by running the following command:
docker exec -it salt_master entrypoint.sh app:restart [salt-service]
Where salt-service
is one of: salt-master
os salt-api
(if SALT_API_SERVICE_ENABLED
is set to true
)