Skip to content

Commit

Permalink
Fix frontend versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Volendi committed Aug 12, 2020
1 parent 39ac0ce commit 0bc7e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ services:
entrypoint: ""
command: /opt/config/apply.sh
web_client:
image: tokend/web-client:1.12.0-rc.1
image: tokend/web-client:1.12.0
restart: unless-stopped
volumes:
- ./configs/client.js:/usr/share/nginx/html/static/env.js
ports:
- 8060:80
admin_client:
image: tokend/admin-client:1.13.0-rc.0
image: tokend/admin-client:1.13.0
restart: unless-stopped
volumes:
- ./configs/client.js:/usr/share/nginx/html/static/env.js
Expand Down

0 comments on commit 0bc7e80

Please sign in to comment.