This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/Makefile
2024-12-04 18:14:07 +11:00

10 lines
109 B
Makefile

dc-up:
docker compose up -d
dc-down:
docker compose down --volumes
dc-reset:
make dc-down
make dc-up