Fixed wrong db mountpoint

pull/3/head
Jef Roosens 2021-01-05 12:07:55 +01:00
parent bb5b10c2bf
commit f25e3072b1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
labels:
- 'com.centurylinklabs.watchtower.enable=true'
volumes:
- db-data:/var/lib/mysql
- db-data:/var/lib/postgresql/data
redis:
image: redis:6-alpine