|
@@ -42,9 +42,9 @@ Running Redmine with a database server is the recommened way.
|
|
|
$ docker run -d --name some-%%REPO%% --link some-postgres:postgres %%REPO%%
|
|
$ docker run -d --name some-%%REPO%% --link some-postgres:postgres %%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).
|
|
|
|
|
|
|
|
## Alternative Web Server
|
|
## Alternative Web Server
|
|
|
|
|
|