mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +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'
|
||||
services:
|
||||
application:
|
||||
dokuwiki:
|
||||
image: 'bitnami/dokuwiki:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
@@ -70,7 +70,7 @@ This requires a sightly modification from the template previously shown:
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
application:
|
||||
dokuwiki:
|
||||
image: 'bitnami/dokuwiki:latest'
|
||||
ports:
|
||||
- '80:80'
|
||||
@@ -129,7 +129,7 @@ $ docker pull bitnami/dokuwiki:latest
|
||||
|
||||
* For docker-compose add the variable name and value under the application section:
|
||||
```
|
||||
application:
|
||||
dokuwiki:
|
||||
image: bitnami/dokuwiki:latest
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
Reference in New Issue
Block a user