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:
- "5432:5432"
volumes:
- ./postgres-data:/var/lib/psql/data
- ./postgres-data:/var/lib/postgresql/data
networks:
- app-network
restart: unless-stopped