Skip to content

Commit

Permalink
Remove -it option from docker compose exec
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Apr 23, 2024
1 parent fea4e33 commit 893f84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ stop:
docker compose stop

start-apache:
docker compose exec -it app apache2ctl start
docker compose exec app apache2ctl start

attach:
docker compose exec -it app /bin/bash
docker compose exec app /bin/bash

init-db:
docker compose exec app /opt/db-init
Expand Down

0 comments on commit 893f84c

Please sign in to comment.