From 34275b0287d2943bf903bdb4617373da3b636b70 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 3 Feb 2025 15:47:50 +0100 Subject: [PATCH] Fix README --- oh_my_api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh_my_api/README.md b/oh_my_api/README.md index 6ca1d56..6b7ba3a 100644 --- a/oh_my_api/README.md +++ b/oh_my_api/README.md @@ -4,5 +4,5 @@ You need to set the `FLAG` environment variable for this challenge to work! ## Run the image ```bash -docker run --rm --name unsafe_gallery --env FLAG='FLAG{BROKEN_ACL}' -p 3569:80 -it pierre42100/gns3-appliance-oh-my-api +docker run --rm --name oh_my_api --env FLAG='FLAG{BROKEN_ACL}' -p 3569:80 -it pierre42100/gns3-appliance-oh-my-api ``` \ No newline at end of file