Removed redundant info from db volume names

main
capntack 1 year ago
parent 9b8a2a38da
commit 5d9481599e

@ -4,7 +4,7 @@
# Ghost is very particular about it's variables, hence the odd format # Ghost is very particular about it's variables, hence the odd format
volumes: volumes:
ghost-db: db:
networks: networks:
<NETWORK_NAME>: <NETWORK_NAME>:
@ -39,4 +39,4 @@ services:
- <NETWORK_NAME> - <NETWORK_NAME>
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ghost-db:/var/lib/mysql - db:/var/lib/mysql

@ -4,7 +4,7 @@
# postgres Docker Hub: https://hub.docker.com/_/postgres # postgres Docker Hub: https://hub.docker.com/_/postgres
volumes: volumes:
linkding-db: db:
networks: networks:
<NETWORK_NAME>: <NETWORK_NAME>:
@ -42,4 +42,4 @@ services:
- <NETWORK_NAME> - <NETWORK_NAME>
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- linkding-db:/var/lib/postgresql/data - db:/var/lib/postgresql/data

@ -4,7 +4,7 @@
# postgres Docker Hub: https://hub.docker.com/_/postgres # postgres Docker Hub: https://hub.docker.com/_/postgres
volumes: volumes:
wikijs-db: db:
networks: networks:
<NETWORK_NAME>: <NETWORK_NAME>:
@ -41,4 +41,4 @@ services:
- <NETWORK_NAME> - <NETWORK_NAME>
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- wikijs-db:/var/lib/postgresql/data - db:/var/lib/postgresql/data
Loading…
Cancel
Save