mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 07:27:54 +08:00
16 lines
287 B
YAML
16 lines
287 B
YAML
version: '2'
|
|
services:
|
|
dokuwiki:
|
|
image: 'bitnami/dokuwiki:latest'
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- 'dokuwiki_data:/bitnami/dokuwiki'
|
|
- 'apache_data:/bitnami/apache'
|
|
volumes:
|
|
dokuwiki_data:
|
|
driver: local
|
|
apache_data:
|
|
driver: local
|