Skip to content

Commit

Permalink
fix: Corrigindo docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra committed Sep 11, 2024
1 parent e79d79b commit 86420c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
build:
context: .
dockerfile: blog-api-server/Dockerfile
working_dir: /blog-api-server
working_dir: /app
environment:
TZ: America/Sao_Paulo
SPRING.DATASOURCE.URL: jdbc:postgresql://postgres:5432/blog
Expand Down

0 comments on commit 86420c2

Please sign in to comment.