mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
Create dotenv - for Docker Environnemental Variables
Signed-off-by: Chris <christopher@mann.fr>
This commit is contained in:
parent
30fb1d6240
commit
cfe6cdd4fc
1 changed files with 3 additions and 0 deletions
3
dotenv
Normal file
3
dotenv
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Change the name of this file to .env when used locally
|
||||
USER=`id -u`
|
||||
GROUP=`id -g`
|
Loading…
Reference in a new issue