mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-17 18:34:01 +00:00
add 'private_volume'
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
|||||||
/private
|
/private
|
||||||
.env
|
.env
|
||||||
|
/private_volume/*
|
||||||
|
!.gitkeep
|
||||||
|
@@ -21,5 +21,6 @@ services:
|
|||||||
- ./ssl:/etc/ssl/custom/
|
- ./ssl:/etc/ssl/custom/
|
||||||
- ./data/data:/data
|
- ./data/data:/data
|
||||||
- ./data/config:/config
|
- ./data/config:/config
|
||||||
|
- ../private_volume:/private_volume
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
0
private_volume/.gitkeep
Normal file
0
private_volume/.gitkeep
Normal file
Reference in New Issue
Block a user