Skip to content

Commit

Permalink
#1 change volume names
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Aug 16, 2018
1 parent ae010c7 commit f638777
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: dpage/pgadmin4:snapshot
restart: always
volumes:
- ${COMPOSE_PROJECT_NAME}_data:/var/lib/pgadmin/
- data:/var/lib/pgadmin/
environment:
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL}
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD}
Expand All @@ -19,7 +19,8 @@ services:
- 5050:80

volumes:
${COMPOSE_PROJECT_NAME}_data:
data:
name: ${COMPOSE_PROJECT_NAME}_data

networks:
default:
Expand Down

0 comments on commit f638777

Please sign in to comment.