This website requires JavaScript.
Explore
Help
Register
Sign In
fedi
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
0
mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced
2024-11-10 02:05:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7622aa27ca
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