Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-06-07 16:22:24 +02:00
committed by GitHub
parent b7c4e8e843
commit 22947aad9d

View File

@@ -18,6 +18,4 @@ services:
image: 'postgres:alpine' image: 'postgres:alpine'
volumes: volumes:
- 'store:/store' - 'store:/store'
volumes:
store:
driver: local