You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bonita/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ services:
129
129
130
130
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/b9ac3b631e82399477dd12a906f6bf68b3d872b3/bonita/stack.yml)
131
131
132
-
Run `docker stack deploy -c stack.yml bonita` (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).
132
+
Run `docker stack deploy -c stack.yml bonita` (or `dockercompose -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).
133
133
134
134
- Replace `<hostname>` with the one used in the licence generation command
Copy file name to clipboardExpand all lines: cassandra/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ The `-v /my/own/datadir:/var/lib/cassandra` part of the command mounts the `/my/
169
169
170
170
## No connections until Cassandra init completes
171
171
172
-
If there is no database initialized when the container starts, then a default database will be created. While this is the expected behavior, this means that it will not accept incoming connections until such initialization completes. This may cause issues when using automation tools, such as `docker-compose`, which start several containers simultaneously.
172
+
If there is no database initialized when the container starts, then a default database will be created. While this is the expected behavior, this means that it will not accept incoming connections until such initialization completes. This may cause issues when using automation tools, such as Docker Compose, which start several containers simultaneously.
You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.
327
+
You can use [this Docker Compose file](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.
Copy file name to clipboardExpand all lines: drupal/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ services:
271
271
272
272
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/8b35a43795bda4f4ca1299bee2d02afe2434ee7f/drupal/stack.yml)
273
273
274
-
Run `docker stack deploy -c stack.yml drupal` (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). When installing select `postgres` as database with the following parameters: `dbname=postgres` `user=postgres` `pass=example` `hostname=postgres`
274
+
Run `docker stack deploy -c stack.yml drupal` (or `dockercompose -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). When installing select `postgres` as database with the following parameters: `dbname=postgres` `user=postgres` `pass=example` `hostname=postgres`
Copy file name to clipboardExpand all lines: eggdrop/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,13 +155,13 @@ to your docker run command line.
155
155
156
156
## Common Errors
157
157
158
-
# docker-compose.yml
158
+
# compose.yaml
159
159
160
-
A docker-compose.yml example is hosted at https://github.com/eggheads/eggdrop-docker/blob/master/docker-compose.yml. A common error creating your own docker-compose.yml file from scratch is not adding
160
+
A `docker-compose.yml` example is hosted at https://github.com/eggheads/eggdrop-docker/blob/master/docker-compose.yml. A common error creating your own Docker Compose file from scratch is not adding:
161
161
162
162
stdin_open: true
163
163
164
-
to the docker-compose.yml file. Without it, Eggdrop will give you an "END OF FILE ON TERMINAL" error and not start.
164
+
Without it, Eggdrop will give you an "END OF FILE ON TERMINAL" error and not start.
Copy file name to clipboardExpand all lines: emqx/README.md
+34-36Lines changed: 34 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,53 +111,51 @@ If not specified, EMQX determines its node name based on the running environment
111
111
112
112
EMQX supports a variety of clustering methods, see our [documentation](https://docs.emqx.com/en/emqx/latest/deploy/cluster/create-cluster.html) for details.
113
113
114
-
Let's create a static node list cluster from docker-compose.
114
+
Let's create a static node list cluster from Docker Compose.
@@ -169,7 +167,7 @@ If you want to persist the EMQX docker container, you need to keep the following
169
167
170
168
Since data in these folders are partially stored under the `/opt/emqx/data/mnesia/${node_name}`, the user also needs to reuse the same node name to see the previous state. To make this work, one needs to set the host part of `EMQX_NODE__NAME` to something static that does not change when you restart or recreate the container. It could be container name, hostname or loopback IP address `127.0.0.1` if you only have one node.
171
169
172
-
In if you use docker-compose, the configuration would look something like this:
170
+
In if you use Docker Compose, the configuration would look something like this:
Copy file name to clipboardExpand all lines: friendica/README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,13 @@ Now you can access the Friendica installation wizard at http://localhost:8080/ f
91
91
92
92
## Using the fpm image
93
93
94
-
To use the fpm image you need an additional web server that can proxy http-request to the fpm-port of the container. For fpm connection this container exposes port 9000. In most cases you might want use another container or your host as proxy. If you use your host you can address your Friendica container directly on port 9000. If you use another container, make sure that you add them to the same docker network (via `docker run --network <NAME> ...` or a `docker-compose` file). In both cases you don't want to map the fpm port to you host.
94
+
To use the fpm image you need an additional web server that can proxy http-request to the fpm-port of the container. For fpm connection this container exposes port 9000. In most cases you might want use another container or your host as proxy. If you use your host you can address your Friendica container directly on port 9000. If you use another container, make sure that you add them to the same docker network (via `docker run --network <NAME> ...` or a `compose.yaml` file). In both cases you don't want to map the fpm port to you host.
95
95
96
96
```console
97
97
$ docker run -d friendica:fpm
98
98
```
99
99
100
-
As the fastCGI-Process is not capable of serving static files (style sheets, images, ...) the webserver needs access to these files. This can be achieved with the `volumes-from` option. You can find more information in the docker-compose section.
100
+
As the fastCGI-Process is not capable of serving static files (style sheets, images, ...) the webserver needs access to these files. This can be achieved with the `volumes-from` option. You can find more information in the Docker Compose section.
101
101
102
102
## Background tasks
103
103
@@ -222,8 +222,6 @@ The Friendica image supports auto configuration via environment variables. You c
222
222
As an alternative to passing sensitive information via environment variables, _FILE may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. In particular, this can be used to load passwords from Docker secrets stored in /run/secrets/<secret_name> files. For example:
223
223
224
224
```yaml
225
-
version: '3.2'
226
-
227
225
services:
228
226
db:
229
227
image: mariadb
@@ -283,9 +281,9 @@ Currently, this is only supported for `FRIENDICA_ADMIN_MAIL`, `MYSQL_DATABASE`,
283
281
284
282
You have to pull the latest image from the hub (`docker pull friendica`). The stable branch gets checked at every startup and will get updated if no installation was found or a new image is used.
285
283
286
-
# Running this image with docker-compose
284
+
# Running this image with Docker Compose
287
285
288
-
The easiest way to get a fully featured and functional setup is using a `docker-compose` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.
286
+
The easiest way to get a fully featured and functional setup is using a `compose.yaml` file. There are too many different possibilities to setup your system, so here are only some examples what you have to look for.
289
287
290
288
At first make sure you have chosen the right base image (fpm or apache) and added the features you wanted (see below). In every case you want to add a database container and docker volumes to get easy access to your persistent data. When you want your server reachable from the internet adding HTTPS-encryption is mandatory! See below for more information.
291
289
@@ -296,8 +294,6 @@ This version will use the apache image and add a mariaDB container. The volumes
296
294
Make sure to set the variable `MYSQL_PASSWORD` before run this setup.
297
295
298
296
```yaml
299
-
version: '2'
300
-
301
297
services:
302
298
db:
303
299
image: mariadb
@@ -331,7 +327,7 @@ volumes:
331
327
friendica:
332
328
```
333
329
334
-
Then run `docker-compose up -d`, now you can access Friendica at http://localhost:8080/ from your system.
330
+
Then run `dockercompose up -d`, now you can access Friendica at http://localhost:8080/ from your system.
335
331
336
332
## Base version - FPM
337
333
@@ -344,11 +340,9 @@ As this setup does **not include encryption** it should to be run behind a proxy
344
340
Prerequisites for this example:
345
341
346
342
- Make sure to set the variable `MYSQL_PASSWORD` and `MYSQL_USER` before you run the setup.
347
-
- Create a `nginx.conf` in the same directory as the docker-compose.yml file (take it from [example](https://github.com/friendica/docker/tree/master/.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp/fpm/web/nginx.conf))
343
+
- Create a `nginx.conf` in the same directory as the `compose.yaml` file (take it from [example](https://github.com/friendica/docker/tree/master/.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp/fpm/web/nginx.conf))
348
344
349
345
```yaml
350
-
version: '2'
351
-
352
346
services:
353
347
db:
354
348
image: mariadb
@@ -396,7 +390,7 @@ networks:
396
390
proxy-tier:
397
391
```
398
392
399
-
Then run `docker-compose up -d`, now you can access Friendica at http://localhost:8080/ from your system.
393
+
Then run `dockercompose up -d`, now you can access Friendica at http://localhost:8080/ from your system.
Copy file name to clipboardExpand all lines: geonetwork/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ services:
345
345
346
346
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/c36fe01925fbb3bd409b060190b7d99be5107af0/geonetwork/stack.yml)
347
347
348
-
Run `docker stack deploy -c stack.yml geonetwork` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080/geonetwork`, `http://localhost:8080/geonetwork`, or `http://host-ip:8080/geonetwork` (as appropriate).
348
+
Run `docker stack deploy -c stack.yml geonetwork` (or `dockercompose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080/geonetwork`, `http://localhost:8080/geonetwork`, or `http://host-ip:8080/geonetwork` (as appropriate).
Copy file name to clipboardExpand all lines: ghost/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ $ docker run -d \
93
93
ghost:alpine
94
94
```
95
95
96
-
Note: `database__connection__filename` is only valid in development mode and is the location for the SQLite database file. If using development mode, it should be set to a writeable path within a persistent folder (bind mount or volume). It is not available in production mode because an external MySQL server is required (see the `docker-compose` example below).
96
+
Note: `database__connection__filename` is only valid in development mode and is the location for the SQLite database file. If using development mode, it should be set to a writeable path within a persistent folder (bind mount or volume). It is not available in production mode because an external MySQL server is required (see the Docker Compose example below).
97
97
98
98
### Docker Volume
99
99
@@ -181,7 +181,7 @@ volumes:
181
181
182
182
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/8b35a43795bda4f4ca1299bee2d02afe2434ee7f/ghost/stack.yml)
183
183
184
-
Run `docker stack deploy -c stack.yml ghost` (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).
184
+
Run `docker stack deploy -c stack.yml ghost` (or `dockercompose -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).
0 commit comments