🚜 Updates compose

This commit is contained in:
Jeff Triplett 2024-10-24 21:33:21 -05:00
parent fc92b3280f
commit f1db3fafc9
No known key found for this signature in database
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
services:
devd:
# platform: linux/amd64
jekyll:
# platform: linux/amd64

View File

@ -13,7 +13,7 @@
bundle exec jekyll build
@down:
docker-compose down
docker compose down
@lint:
-curlylint _layouts/
@ -27,7 +27,7 @@
just up {{ ARGS }}
@up *ARGS:
docker-compose up {{ ARGS }}
docker compose up {{ ARGS }}
@toc:
bunx doctoc README.md