Compare commits

..

2 Commits

Author SHA1 Message Date
root f0ad347d7d Merge branch 'main' of https://git.giovanesaggio.com/luca.gambarotto/self_hosting_docker
Merge
2024-02-25 14:16:30 +00:00
root 01919140ba Updated outline docker compose file 2024-02-25 14:15:27 +00:00
1 changed files with 3 additions and 3 deletions

View File

@ -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