From c4be9bbeb8165ad88812526549d9b0ef599cbdab Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Tue, 20 Jun 2017 11:27:50 -0300 Subject: [PATCH] Change adminer headline size --- adminer/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/content.md b/adminer/content.md index d09dc1ab5..1a9eff69a 100644 --- a/adminer/content.md +++ b/adminer/content.md @@ -30,7 +30,7 @@ Then point your web server to port 9000 of the container. Note: This exposes the FastCGI socket to the Internet. Make sure to add proper firewall rules or use a private Docker network instead to prevent a direct access. -## %%STACK%% +### %%STACK%% Run `docker stack deploy -c stack.yml %%REPO%%` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate).