This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
remove useless env file
pull/44/head
Guillaume Vincent
8 years ago
parent
f95adbdc7c
commit
e3545d529e
3 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
docker-compose.dev.yml
+2
-1
docker-compose.yml
+1
-1
nginx
+ 2
- 1
docker-compose.dev.yml
View File
@@ -26,7 +26,8 @@ services:
ports:
- "80:80"
- "443:443"
env_file: ./nginx/docker.env
environment:
- domain=lesspass.com
volumes:
- ./nginx/ssl:/certificates
volumes_from:
+ 2
- 1
docker-compose.yml
View File
@@ -27,7 +27,8 @@ services:
ports:
- "80:80"
- "443:443"
env_file: ./nginx/docker.env
environment:
- domain=lesspass.com
volumes:
- ./nginx/ssl:/certificates
volumes_from:
+ 1
- 1
nginx
@@ -1 +1 @@
Subproject commit
1ed5f0ae7fda2d923fc96f923e6aefc25ec5c249
Subproject commit
a296233acfa5050f18e7885f524ddc97a2272976
Write
Preview
Loading…
Cancel
Save