This website requires JavaScript.
Explore
Help
Register
Sign in
cheerfulstoic
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
0
forked from
AkkomaGang/akkoma
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8cf183cb42
akkoma
/
docker-resources
/
manage.sh
4 lines
45 B
Bash
Raw
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 19:25:54 +00: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-18 05:37:40 +00:00
docker compose run --rm akkoma
$@
Reference in a new issue
Copy permalink