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
Use links instead of depends_on in Docker compose files (
#97
)
pull/139/head
Marc Sluiter
8 years ago
committed by
Guillaume Vincent
parent
67fbece205
commit
00984005bb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker-compose.prod.yml
+1
-1
docker-compose.yml
+ 1
- 1
docker-compose.prod.yml
View File
@@ -16,7 +16,7 @@ services:
- '8000'
volumes:
- www:/backend/www
depends_on
:
links
:
- db
env_file:
- .env
+ 1
- 1
docker-compose.yml
View File
@@ -8,7 +8,7 @@ services:
build: ./backend
expose:
- '8000'
depends_on
:
links
:
- db
volumes:
- ./backend:/backend
Write
Preview
Loading…
Cancel
Save