Browse Source

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

Robert Middleswarth 3 years ago
parent
commit
a73a812c39
1 changed files with 1 additions and 1 deletions
  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