Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andryss committed Aug 30, 2023
1 parent c2bfb08 commit 7b99d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ services:
POSTGRES_DB: lavka
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
depends_on: db
depends_on:
- db
networks:
- default

Expand Down

0 comments on commit 7b99d04

Please sign in to comment.