From 8e881fe459f312320b2308056fe19693e101c611 Mon Sep 17 00:00:00 2001 From: lars-hagen Date: Wed, 19 Feb 2020 08:31:04 +0100 Subject: [PATCH] ignore files in lsws, updated cert path in docker-compose, removed .DS_STORE --- config/.DS_Store | Bin 6148 -> 0 bytes docker-compose.yml | 2 +- lsws/.gitignore | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 config/.DS_Store create mode 100644 lsws/.gitignore diff --git a/config/.DS_Store b/config/.DS_Store deleted file mode 100644 index e5c8ff50659e50aaf2f070defa82da732059a91a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJ8r`;3?*9+DY|&E$d}@P6?> z`;TGhZJR~~r~nn90#twstf)X1*WL4qXYwd2Kn1p;fZY!TZdeniK)*ULcnbh*5O%}d zdkJ8%0I()bfr!8~sKB6Vwip_8#7pMY#3?Z7qS<_CzFD(FQGYwmFP<)1136LwDlk{z zF_x{>|5x}w{r{ZA6&0WYn^HiVbEjbNat!oxjD?ls d7f*`3Vsq@*#3|6}h&vs~p8?Z_Mg{Jzzz^_K6_Ee{ diff --git a/docker-compose.yml b/docker-compose.yml index 76edfa5..12e0c7c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - ./lsws/admin-conf:/usr/local/lsws/admin/conf - ./bin/container:/usr/local/bin - ./sites:/var/www/vhosts/ - - ./certs:/etc/letsencrypt/ + - ./certs:/root/.acme.sh/ - ./logs:/usr/local/lsws/logs/ ports: - 80:80 diff --git a/lsws/.gitignore b/lsws/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/lsws/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file