replace docker-compose with docker compose to make script corss compatible to non arch systems
This commit is contained in:
parent
25b592ee39
commit
57b475cbe1
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Startup the db container
|
||||
docker-compose start shimatta-kenkyusho-db
|
||||
docker compose start shimatta-kenkyusho-db
|
||||
|
||||
# Override entrypoint to get interactive shell
|
||||
docker-compose run --entrypoint="/bin/sh" -p 8000:8000 shimatta-kenkyusho-web
|
||||
docker compose run --entrypoint="/bin/sh" -p 8000:8000 shimatta-kenkyusho-web
|
||||
|
Loading…
Reference in New Issue
Block a user