瀏覽代碼

change image in docker-compose

pull/44/head
Guillaume Vincent 8 年之前
父節點
當前提交
789e303e3b
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      docker-compose.prod.yml
  2. +1
    -1
      frontend

+ 1
- 1
docker-compose.prod.yml 查看文件

@@ -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…
取消
儲存