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 Apr 1, 2020
1 parent 26b70f8 commit 9c60b01
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:443

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

networks:
default:
Expand Down

0 comments on commit 9c60b01

Please sign in to comment.