diff --git a/docker-compose.yaml b/docker-compose.yaml index 6da46e7..9260c27 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -73,5 +73,3 @@ volumes: networks: web: name: traefik_proxy - -# vim: ft=yaml diff --git a/justfile b/justfile index 6eebfcb..f5e9f11 100644 --- a/justfile +++ b/justfile @@ -25,5 +25,3 @@ _exec +args: _run service command *args: docker compose run --rm --no-deps --entrypoint {{ command }} --tty {{ service }} {{ args }} - -# vim: ft=just