Browse Source

Remove latest tag for whatever reason wordpress doesn't do a latest tag

Robert Middleswarth 3 năm trước cách đây
mục cha
commit
a73a812c39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      stack/wordpress-stack.yml

+ 1 - 1
stack/wordpress-stack.yml

@@ -4,7 +4,7 @@ services:
 
   wordpress:
     image: wordpress
-    container_name: wordpress:latest
+    container_name: wordpress
     restart: unless-stopped
     ports:
       - ${WEB_SERVER_PORT}:80