From 1db0abeb4997294267273eddecac91ee0e65ef08 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 23 Aug 2023 09:54:57 -0700 Subject: [PATCH] added dockerhub url --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b06688b..0930a2c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The apache php docker container that we use for production. User Documentation: https://git.nickyeoman.com/4lt/phpcontainer/wiki +Dockerhub: https://hub.docker.com/r/4lights/phpcontainer + ## Development Documentation You might have to login with your api key. @@ -13,4 +15,4 @@ sudo docker tag phpcontainer:1 4lights/phpcontainer:v1 sudo docker tag phpcontainer:1 4lights/phpcontainer:latest sudo docker push 4lights/phpcontainer:v1 sudo docker push 4lights/phpcontainer:latest -``` \ No newline at end of file +```