first commit
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright Broadcom, Inc. All Rights Reserved.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
dokuwiki:
|
||||
image: docker.io/bitnami/dokuwiki:20240206
|
||||
ports:
|
||||
- '80:8080'
|
||||
- '443:8443'
|
||||
volumes:
|
||||
- 'dokuwiki_data:/bitnami/dokuwiki'
|
||||
volumes:
|
||||
dokuwiki_data:
|
||||
driver: local
|
Reference in New Issue
Block a user