File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,23 @@ Example:
35
35
[ Github issue ] : https://github.com/eveseat/seat/issues/77
36
36
[ eveseat/eveapi:Traits/JobManager#L47-L56 ] : https://github.com/eveseat/eveapi/blob/master/src/Traits/JobManager.php#L47-L56
37
37
[ eveseat/eveapi:Helpers/PhealSetup#L77 ] : https://github.com/eveseat/eveapi/blob/master/src/Helpers/PhealSetup.php#L77
38
+
39
+ ## Required Action
40
+
41
+ After the email address has been updated, in order for this change to flow through to the SeAT workers they need to be restarted.
42
+
43
+ For Docker installation this is as simple as restarting the containers:
44
+ === "Using Traefik"
45
+ ```bash
46
+ docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.traefik.yml restart
47
+ ```
48
+
49
+ === "Using proxy"
50
+ ```bash
51
+ docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.proxy.yml restart
52
+ ```
53
+
54
+ For Blade installations supervisor should restart all jobs
55
+ ``` bash
56
+ supervisorctl restart all
57
+ ```
You can’t perform that action at this time.
0 commit comments