Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix postgres metadata volume (#98)

authored by

hailey and committed by
GitHub
dea68377 709e4aae

+1 -1
+1 -1
docker-compose.yaml
··· 258 258 ports: 259 259 - "5432:5432" 260 260 volumes: 261 - - metadata_data:/var/lib/postgresql/data 261 + - metadata_data:/var/lib/postgresql 262 262 environment: 263 263 - POSTGRES_PASSWORD=FoolishPassword 264 264 - POSTGRES_USER=osprey