Skip to content

Commit

Permalink
Remove uneeded image tag (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Mar 4, 2024
1 parent e81a78a commit ccd0815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
build:
context: Docker/
dockerfile: DockerfileLaravelDev
image: laravel/php:8
depends_on:
- maria
links:
Expand Down Expand Up @@ -34,7 +33,6 @@ services:
build:
context: Docker/
dockerfile: DockerfileCron
image: laravel/cron
depends_on:
- maria
links:
Expand Down

0 comments on commit ccd0815

Please sign in to comment.