Skip to content

Commit 0782fdf

Browse files
committed
Update Docker command in README.md for running CQcase
1 parent 293845f commit 0782fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Following, run the following command in the directory with the docker-compose.ym
170170
USER_ID=$(id -u)
171171
GROUP_ID=$(id -g)
172172
path_to_your_env_file="/your_env_file_absolute_path.env"
173-
USER_ID=$USER_ID GROUP_ID=$GROUP_ID docker compose -f docker-compose.yml --env-file $path_to_your_env_file -p cqcase run --rm cqcase
173+
USER_ID=$USER_ID GROUP_ID=$GROUP_ID docker compose -f docker-compose.yml --env-file $path_to_your_env_file -p cqcase up
174174
```
175175
4. Access CQcase in your browser (the port depends on your .env file), by default:
176176
``` bash

0 commit comments

Comments
 (0)