Update container files to work with Podman

This commit is contained in:
2025-01-23 11:26:58 +00:00
parent 054e9caca0
commit 2ef2249be7
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ stop:
docker-compose -f docker-compose.prod.yml --env-file=stack.env down
log:
docker-compose -f docker-compose.prod.yml --env-file=stack.env logs -f
docker-compose -f docker-compose.prod.yml --env-file=stack.env logs -f --names
run-infra:
docker-compose -f docker-compose.infra.yml --env-file=stack.env up -d