Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davijonm authored Jan 14, 2024
1 parent 276686c commit d660aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
networks:
- mynetwork

api:
web:
build:
context: .
dockerfile: Dockerfile
Expand All @@ -33,4 +33,4 @@ services:
volumes:
postgres_data:
networks:
mynetwork: {}
mynetwork: {}

0 comments on commit d660aff

Please sign in to comment.