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
@@ -38,5 +38,5 @@ For dev use:
38
38
39
39
### Docker compose info
40
40
1. set variables in `.env`
41
-
2. run `docker-compose.yml up` or `docker-compose.yml up -d` for background run
41
+
2. run `docker-compose up` or `docker-compose up -d` for background run
42
42
3.`docker ps --format "{{.ID}}: {{.Image}} - {{.Ports}}"` to see docker contaienr info, docker-compose does not show this info in docker desktop when ran from docker compoase for some reason...
0 commit comments