Fix some paths
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
volumes:
|
||||
- /home/nick/configs/commento:/var/lib/postgresql/data
|
||||
- /home/nick/configs/commento/db:/var/lib/postgresql/data
|
||||
user: 1000:1000
|
||||
|
||||
networks:
|
||||
|
@@ -5,7 +5,7 @@ services:
|
||||
image: ghost
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/nick/configs/ghost:/var/lib/ghost/content
|
||||
- /home/nick/configs/ghost/content:/var/lib/ghost/content
|
||||
environment:
|
||||
url: https://blog.karaolidis.com
|
||||
database__client: mysql
|
||||
|
@@ -6,7 +6,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/storage/public/downloads:/data/downloads
|
||||
- /mnt/nick/configs/rdtclient/db:/data/db
|
||||
- /home/nick/configs/rdtclient/db:/data/db
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
|
@@ -18,7 +18,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/nick/configs/umami/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
||||
- /home/nick/configs/umami/data:/var/lib/postgresql/data
|
||||
- /home/nick/configs/umami/db:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: umami
|
||||
POSTGRES_USER: umami
|
||||
|
Reference in New Issue
Block a user