Skip to content

Commit

Permalink
build(docker-compose.yml): add image property to myapp serviec
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamber6821 committed Apr 20, 2024
1 parent d2e0bae commit a02cb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- ./.database:/var/lib/postgresql
myapp:
build: "."
image: chamber6821/jonebook
container_name: "jonebook"
environment:
DB_URL: jdbc:postgresql://postgres:5432/jonebook
Expand Down

0 comments on commit a02cb22

Please sign in to comment.