Skip to content

Commit

Permalink
[18938] Fix yml file reference (#79)
Browse files Browse the repository at this point in the history
fix: fix yml file reference
  • Loading branch information
peschina authored Jul 11, 2024
1 parent 53b7ab5 commit 54fdd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

postgres:
extends:
file: docker-compose-db.yaml
file: docker-compose-db.yml
service: postgres

volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-ogcio-logto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ volumes:

networks:
logto_network:
external: true
external: true

0 comments on commit 54fdd87

Please sign in to comment.