Skip to content

Commit

Permalink
Avoid duplicating "volumes" key
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont authored Nov 25, 2024
1 parent 836e974 commit 84b21e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ version: "3.7"
services:
db:
image: postgres:12.1
volumes:
- pgdata:/var/lib/postgresql/data
env_file:
- environment
volumes:
- ./freesound-data/db_dev_dump:/freesound-data/db_dev_dump
- pgdata:/var/lib/postgresql/data
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit 84b21e9

Please sign in to comment.