|
@@ -36,9 +36,9 @@ $ docker run --name some-%%REPO%% -e JOOMLA_DB_HOST=10.1.2.3:3306 \
|
|
|
-e JOOMLA_DB_USER=... -e JOOMLA_DB_PASSWORD=... -d %%REPO%%
|
|
-e JOOMLA_DB_USER=... -e JOOMLA_DB_PASSWORD=... -d %%REPO%%
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-## %%COMPOSE%%
|
|
|
|
|
|
|
+## %%STACK%%
|
|
|
|
|
|
|
|
-Run `docker-compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080`.
|
|
|
|
|
|
|
+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).
|
|
|
|
|
|
|
|
## Adding additional libraries / extensions
|
|
## Adding additional libraries / extensions
|
|
|
|
|
|