From 7450b653fa901a86bd5276a4dca45b0cbd1f64a8 Mon Sep 17 00:00:00 2001 From: FrozenFOXX Date: Sat, 29 Dec 2018 16:00:06 -0600 Subject: [PATCH] Update docker.md Updated the command to reflect current syntax. --- docs/installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 878c9b33..82e03e5c 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -11,11 +11,11 @@ Download and run the ENiGMA½ BBS image: docker run -d \ -p 8888:8888 \ - davestephens\enigma-bbs + davestephens/enigma-bbs:latest As no config has been supplied the container will use a basic one so that it starts successfully. Note that as no persistence directory has been supplied, once the container stops any changes made will be lost! ## Customised Docker Setup -TBC using Docker Compose \ No newline at end of file +TBC using Docker Compose