소스 검색

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

Robert Middleswarth 3 년 전
부모
커밋
a73a812c39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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