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