mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Update README.md
This commit is contained in:
parent
101ba540f4
commit
67c210d9d7
12
README.md
12
README.md
@ -159,14 +159,12 @@ To apply the changes, you must [restart the *trains-server*](#restart-server).
|
|||||||
|
|
||||||
### Restarting trains-server <a name="restart-server"></a>
|
### Restarting trains-server <a name="restart-server"></a>
|
||||||
|
|
||||||
To restart the **trains-server**, you must first stop and remove the containers, and then restart.
|
To restart the **trains-server**, you must first stop the containers, and then restart them.
|
||||||
|
```bash
|
||||||
|
$ docker-compose down
|
||||||
|
$ docker-compose up -f docker-compose.yml
|
||||||
|
```
|
||||||
|
|
||||||
1. Restarting docker-compose containers.
|
|
||||||
|
|
||||||
$ docker-compose down
|
|
||||||
$ docker-compose up
|
|
||||||
|
|
||||||
1. Manually restarting dockers [instructions](docs/docker_setup.md#launch).
|
|
||||||
|
|
||||||
## Configuring **TRAINS** client
|
## Configuring **TRAINS** client
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user