Skip to content

Commit

Permalink
Fix database name in docker composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed Jun 25, 2020
1 parent 78c5380 commit 1591700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -12,7 +12,7 @@ services:
build: .
command: ./docker_start.sh
environment:
BASE_DB_URI: postgres@db/rom_repository
BASE_DB_URI: postgres@db/rom
volumes:
- .:/opt/rom
- bundle_box:/opt/bundle_box
Expand Down

0 comments on commit 1591700

Please sign in to comment.