Updated outline docker compose file
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./storage-data:/var/lib/outline/data
|
||||
- /mnt/data:/var/lib/outline/data
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./database-data:/var/lib/postgresql/data
|
||||
- /mnt/database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
|
||||
Reference in New Issue
Block a user