You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ pip install qiskitflow
48
48
```
49
49
50
50
In order to run containers with required services we suggest to use docker-compose. But by no means we restrict you to deploy qiskitflow to any container aware environment. At the end of the day all required services are just docker images.
51
-
1. Copy [./docker-compose.yaml](docker-compose.yaml file) to your machine
51
+
1. Copy [docker-compose.yaml file ](./docker-compose.yaml) to your machine
52
52
2. Run `docker-compose up` in a folder where you saved compose file. In a few moments you should see logs from server, ui and database.
0 commit comments