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: adminer/README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,13 @@ Then point your web server to port 9000 of the container.
83
83
84
84
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.
85
85
86
-
### ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
86
+
### ... via [`dockercompose`](https://github.com/docker/compose)
87
87
88
-
Example `docker-compose.yml` for `adminer`:
88
+
Example `compose.yaml` for `adminer`:
89
89
90
90
```yaml
91
91
# Use root/example as user/password credentials
92
92
93
-
version: '3.1'
94
-
95
93
services:
96
94
97
95
adminer:
@@ -107,9 +105,7 @@ services:
107
105
MYSQL_ROOT_PASSWORD: example
108
106
```
109
107
110
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/9efeec18b6b2ed232cf0fbd3914b6211e16e242c/adminer/stack.yml)
111
-
112
-
Run `docker stack deploy -c stack.yml adminer` (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).
108
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080` (as appropriate).
This image is built from the following [GitHub repository](https://github.com/Bonitasoft-Community/bonita-database-docker/tree/main/postgres/16), which can be further adapted/customized to suit your needs.
91
91
92
-
## ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
92
+
## ... via [`dockercompose`](https://github.com/docker/compose)
93
93
94
-
Example `docker-compose.yml` for `bonita`:
94
+
Example `compose.yaml` for `bonita`:
95
95
96
96
```yaml
97
97
services:
@@ -127,9 +127,7 @@ services:
127
127
condition: service_healthy
128
128
```
129
129
130
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/b9ac3b631e82399477dd12a906f6bf68b3d872b3/bonita/stack.yml)
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).
130
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080` (as appropriate).
133
131
134
132
- Replace `<hostname>` with the one used in the licence generation command
## ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
230
+
## ... via [`dockercompose`](https://github.com/docker/compose)
231
231
232
-
Example `docker-compose.yml` for `drupal`:
232
+
Example `compose.yaml` for `drupal`:
233
233
234
234
```yaml
235
235
# Drupal with PostgreSQL
236
236
#
237
237
# Access via "http://localhost:8080"
238
-
# (or "http://$(docker-machine ip):8080" if using docker-machine)
239
238
#
240
239
# During initial Drupal setup,
241
240
# Database type: PostgreSQL
@@ -244,8 +243,6 @@ Example `docker-compose.yml` for `drupal`:
244
243
# Database password: example
245
244
# ADVANCED OPTIONS; Database host: postgres
246
245
247
-
version: '3.1'
248
-
249
246
services:
250
247
251
248
drupal:
@@ -269,9 +266,7 @@ services:
269
266
restart: always
270
267
```
271
268
272
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/8b35a43795bda4f4ca1299bee2d02afe2434ee7f/drupal/stack.yml)
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`
269
+
Run `docker compose up`, wait for it to initialize completely, and visit `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: friendica/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,6 @@ The `apache` tag contains a full Friendica installation including an apache web
69
69
70
70
The second option is a `fpm` container. It is based on the [php-fpm](https://hub.docker.com/_/php/) image and runs a fastCGI-Process that serves your Friendica server. To use this image it must be combined with any Webserver that can proxy the http requests to the FastCGI-port of the container.
71
71
72
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/9417aa646ce4a26c904ce2c581ffb70e7a8f82ff/friendica/stack.yml) (Admin-E-Mail: `root@friendica.local`)
73
-
74
72
## Using the apache image
75
73
76
74
You need at least one other mariadb/mysql-container to link it to Friendica.
Copy file name to clipboardExpand all lines: geonetwork/README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ GeoNetwork listens on port `8080`. If you want to access the container at the ho
171
171
docker run --name some-geonetwork -d -p 8080:8080 geonetwork
172
172
```
173
173
174
-
Then, if you are running docker on Linux, you may access geonetwork at http://localhost:8080/geonetwork. Otherwise, replace `localhost` by the address of your docker machine.
174
+
Then, if you are running docker on Linux, you may access geonetwork at http://localhost:8080/geonetwork.
### ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
218
+
### ... via [`dockercompose`](https://github.com/docker/compose)
219
219
220
-
Example `docker-compose.yml` for `geonetwork`:
220
+
Example `compose.yaml` for `geonetwork`:
221
221
222
222
```yaml
223
223
# GeoNetwork
224
224
#
225
-
# Access via "http://localhost:8080/geonetwork" (or "http://$(docker-machine ip):8080/geonetwork" if using docker-machine)
225
+
# Access via "http://localhost:8080/geonetwork"
226
226
#
227
227
# Default user: admin
228
228
# Default password: admin
229
229
230
-
version: '3.8'
231
-
232
230
volumes:
233
231
geonetwork:
234
232
esdata:
@@ -343,9 +341,7 @@ services:
343
341
condition: service_healthy
344
342
```
345
343
346
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/c36fe01925fbb3bd409b060190b7d99be5107af0/geonetwork/stack.yml)
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).
344
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080/geonetwork` or `http://host-ip:8080/geonetwork` (as appropriate).
(There are further configuration examples in the `stack.yml` listed below.)
120
+
(There are further configuration examples in the `compose.yaml` listed below.)
121
121
122
122
## What is the Node.js version?
123
123
@@ -138,13 +138,11 @@ To run Ghost for production you'll also need to be running with MySQL 8, https,
138
138
139
139
The following example demonstrates some of the necessary configuration for running with MySQL. For more detail, see [Ghost's "Configuration options" documentation](https://ghost.org/docs/config/#configuration-options).
140
140
141
-
## ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
141
+
## ... via [`dockercompose`](https://github.com/docker/compose)
142
142
143
-
Example `docker-compose.yml` for `ghost`:
143
+
Example `compose.yaml` for `ghost`:
144
144
145
145
```yaml
146
-
version: '3.1'
147
-
148
146
services:
149
147
150
148
ghost:
@@ -179,9 +177,7 @@ volumes:
179
177
db:
180
178
```
181
179
182
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/8b35a43795bda4f4ca1299bee2d02afe2434ee7f/ghost/stack.yml)
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).
180
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080` (as appropriate).
## ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
128
+
## ... via [`dockercompose`](https://github.com/docker/compose)
129
129
130
-
Example `docker-compose.yml` for `joomla`:
130
+
Example `compose.yaml` for `joomla`:
131
131
132
132
```yaml
133
133
services:
@@ -173,9 +173,7 @@ networks:
173
173
joomla_network:
174
174
```
175
175
176
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/20d0481fba2d7a3d015932887b2257ec96b01f20/joomla/stack.yml)
177
-
178
-
Run `docker stack deploy -c stack.yml joomla` (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).
176
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080` (as appropriate).
... where the container logs will contain the generated root password.
105
105
106
-
## ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/)
106
+
## ... via [`dockercompose`](https://github.com/docker/compose)
107
107
108
-
Example `docker-compose.yml` for `mariadb`:
108
+
Example `compose.yaml` for `mariadb`:
109
109
110
110
```yaml
111
111
# Use root/example as user/password credentials
112
-
version: '3.1'
113
112
114
113
services:
115
114
@@ -126,9 +125,7 @@ services:
126
125
- 8080:8080
127
126
```
128
127
129
-
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/cf3a7fba4dfd134e3f7f5921b580c71e0fd8bc24/mariadb/stack.yml)
130
-
131
-
Run `docker stack deploy -c stack.yml mariadb` (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).
128
+
Run `docker compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080` (as appropriate).
132
129
133
130
### Start a `mariadb` server instance with user, password and database
134
131
@@ -300,7 +297,7 @@ The `-v /my/own/datadir:/var/lib/mysql:Z` part of the command mounts the `/my/ow
300
297
301
298
## No connections until MariaDB init completes
302
299
303
-
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.
300
+
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 `dockercompose`, which start several containers simultaneously.
0 commit comments