瀏覽代碼

:recycle: adding latest flag for compose

tags/0.9.0
TOJ 5 年之前
父節點
當前提交
4927219bdb
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      docker-compose.yml

+ 2
- 2
docker-compose.yml 查看文件

@@ -4,7 +4,7 @@ services:
4 4
     craft-wp:
5 5
         depends_on:
6 6
             - craft-db
7
-        image: wordpress
7
+        image: wordpress:lastest
8 8
         container_name: "craft-wp"
9 9
         restart: always
10 10
         volumes:
@@ -24,7 +24,7 @@ services:
24 24
             IS_DEV: "${IS_DEV}"
25 25
 
26 26
     craft-db:
27
-        image: mariadb
27
+        image: mariadb:latest
28 28
         container_name: "craft-db"
29 29
         restart: on-failure
30 30
         ports:

Loading…
取消
儲存