Skip to content

Commit

Permalink
Merge pull request #3465 from laradock/remove-adminer-depends
Browse files Browse the repository at this point in the history
chore: adminer remove unnecessary service depends
  • Loading branch information
bestlong committed Oct 18, 2023
2 parents 9073aa2 + 13ed9ed commit 3fc7311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -1026,8 +1026,8 @@ services:
- ADMINER_DEFAULT_SERVER=${ADM_DEFAULT_SERVER}
ports:
- "${ADM_PORT}:8080"
depends_on:
- php-fpm
# depends_on:
# - php-fpm
networks:
- frontend
- backend
Expand Down

0 comments on commit 3fc7311

Please sign in to comment.