Added the image name to the docker-compose example.

This commit is contained in:
Jocelyn Le Sage 2019-09-13 06:45:54 -04:00
parent 0399743a52
commit 77e0e66380

View File

@ -165,6 +165,7 @@ ports are part of the example.
version: '3' version: '3'
services: services:
firefox: firefox:
image: jlesage/firefox
build: . build: .
ports: ports:
- "5800:5800" - "5800:5800"