replace docker-compose with docker compose to make script corss compatible to non arch systems

This commit is contained in:
Mario Hüttel 2024-11-23 17:08:01 +01:00
parent 25b592ee39
commit 57b475cbe1

View File

@ -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