Browse Source

fix error in named volume with docker-compose

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
7312b12f60
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docker-compose.yml

+ 2
- 2
docker-compose.yml View File

@@ -4,7 +4,7 @@ services:
restart: always
image: postgres:9.5
volumes:
- postgres_data:/var/lib/postgres/data
- data:/var/lib/postgresql/data
backend:
restart: always
build: ./backend
@@ -35,4 +35,4 @@ services:
- backend
- frontend
volumes:
postgres_data: {}
data:

Loading…
Cancel
Save