Skip to content
Snippets Groups Projects
Commit 4b2095bb authored by Marcelo Vilaça Pinheiro Soares's avatar Marcelo Vilaça Pinheiro Soares
Browse files

Update README.md

parent e4c0bfdb
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ Notice that this package already delivery "most common" WLCG VO's configuration
On first time launching, mysql image should be empty, hence needs to be initialized, so it is recomended to run `docker-compose` in detached mode and only `ftsdb` container
```
$ docker-compose --env-file .env up -d ftsdb
$ docker-compose up -d ftsdb
```
Than initializing the database by running the script:
......@@ -86,7 +86,7 @@ This script can also be used to clean the database if necessary.
Once MySQL database is initialized, to start up FTS containers simply run the command:
```
$ docker-compose --env-file .env up -d
$ docker-compose up -d
```
After first time, even if mysql is killed or exit for some reason, it is not needed to re-initialize nor start it detached from the rest of the container.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment