Annotation Tool: data is not persisted when using local version #853 (#855)

This commit is contained in:
venuraja79 2021-02-21 20:05:45 +05:30 committed by GitHub
parent ba91a90dd6
commit e930d8a717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ services:
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes:
- ./postgres-data:/var/lib/psql/data - ./postgres-data:/var/lib/postgresql/data
networks: networks:
- app-network - app-network
restart: unless-stopped restart: unless-stopped