mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 11:39:30 +08:00
Merge pull request #8 from BillMills/v3-postgres
dont forget volume mount
This commit is contained in:
commit
ba16225aa7
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- bb-net
|
||||
volumes:
|
||||
- sqlbackup:/var/opt/mssql
|
||||
- sqlbackup:/var/lib/postgresql/data
|
||||
|
||||
bb-app:
|
||||
image: ${dockerId}/bb-app:v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user