Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jun 19, 2017
1 parent 29095a8 commit 4141ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/applications/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#

from django import forms
from django.utils.translation import ungettext_lazy as _

from .models import Terminal

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ services:
container_name: redis
restart: always
jumpserver:
image: jumpserver/jumpserver:v0.4.0-beta1
image: jumpserver/jumpserver:beta
container_name: jumpserver
restart: always
ports:
- 8080:8080
depends_on:
- redis
coco:
image: jumpserver/coco:v0.4.0-beta1
image: jumpserver/coco:beta
container_name: coco
restart: always
ports:
- 2222:2222
depends_on:
- jumpserver
luna:
image: jumpserver/luna:v0.4.0-beta1
image: jumpserver/luna:beta
container_name: luna
restart: always
ports:
Expand Down

0 comments on commit 4141ae5

Please sign in to comment.