mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
Merge branch 'compose-service-name'
This commit is contained in:
@@ -22,7 +22,7 @@ This is the recommended way to run Dokuwiki. You can use the following docker co
|
|||||||
```
|
```
|
||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
application:
|
dokuwiki:
|
||||||
image: 'bitnami/dokuwiki:latest'
|
image: 'bitnami/dokuwiki:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
@@ -70,7 +70,7 @@ This requires a sightly modification from the template previously shown:
|
|||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
application:
|
dokuwiki:
|
||||||
image: 'bitnami/dokuwiki:latest'
|
image: 'bitnami/dokuwiki:latest'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
@@ -129,7 +129,7 @@ $ docker pull bitnami/dokuwiki:latest
|
|||||||
|
|
||||||
* For docker-compose add the variable name and value under the application section:
|
* For docker-compose add the variable name and value under the application section:
|
||||||
```
|
```
|
||||||
application:
|
dokuwiki:
|
||||||
image: bitnami/dokuwiki:latest
|
image: bitnami/dokuwiki:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|||||||
Reference in New Issue
Block a user