This website requires JavaScript.
Explore
Help
Sign in
limepotato
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
0
Code
Pull requests
Activity
develop
akkoma
/
docker-resources
/
manage.sh
4 lines
45 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Docker builds (#231) Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/231
2022-10-16 13:25:54 -06:00
#!/bin/sh
Update docker compose commands to Compose V2 This just replaces all instances of `docker-compose` with `docker compose` in the docker scripts. The old Compose V1 program is unsupported since 2021: https://docs.docker.com/compose/migrate/#will-i-still-be-able-to-use-compose-v1-if-i-really-want-to
2023-06-17 23:37:40 -06:00
docker compose run --rm akkoma
$@
Copy permalink