Browse Source

change image in docker-compose

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
789e303e3b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docker-compose.prod.yml
  2. +1
    -1
      frontend

+ 1
- 1
docker-compose.prod.yml View File

@@ -28,7 +28,7 @@ services:
SECRET_KEY: ${SECRET_KEY}
frontend:
restart: always
image: lesspass/frontend:gh-pages
image: lesspass/frontend:latest
nginx:
restart: always
image: lesspass/nginx:latest


+ 1
- 1
frontend

@@ -1 +1 @@
Subproject commit 861e170b94f396808699856813c5e45580a61152
Subproject commit ccbe4c14b8f433d09947bc31b1c7d05f6a3e7841

Loading…
Cancel
Save