From 77e0e663805433025acdd392aa3b7503060af2c5 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Fri, 13 Sep 2019 06:45:54 -0400 Subject: [PATCH] Added the image name to the docker-compose example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff87a1b..37fd03c 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ ports are part of the example. version: '3' services: firefox: + image: jlesage/firefox build: . ports: - "5800:5800"