mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update discuz
This commit is contained in:
parent
b391da200b
commit
627e61b208
@ -190,7 +190,7 @@ A collection of delicious docker recipes.
|
||||
|
||||
## Web
|
||||
|
||||
- [x] discuz :cn:
|
||||
- [x] ~discuz~ :cn: :skull:
|
||||
- [x] django-cms
|
||||
- [x] dokuwiki :+1:
|
||||
- [x] dokuwiki-arm :+1:
|
||||
|
@ -3,16 +3,16 @@ discuz
|
||||
|
||||
[Discuz!][1] is an internet forum software written in PHP and developed by a chinese company.
|
||||
|
||||
:-1: Discuz! is not a open source software.
|
||||
:-1: Discuz! is not a open source software. :skull:
|
||||
|
||||
- Initial release: March 2002
|
||||
- Stable release: X3.2 (September 23, 2013; 2 years ago)
|
||||
- License: proprietary (costs about ¥3000)
|
||||
|
||||
:+1: Try open source softwares:
|
||||
:+1: Try open source softwares: :angel:
|
||||
|
||||
- [discourse](https://hub.docker.com/r/discourse/discourse/)
|
||||
- [nodebb](https://hub.docker.com/r/vimagick/phpbb/)
|
||||
- [nodebb](https://hub.docker.com/r/vimagick/nodebb/)
|
||||
- [phpbb](https://hub.docker.com/r/vimagick/phpbb/)
|
||||
|
||||
## docker-compose.yml
|
||||
|
@ -21,6 +21,7 @@ services:
|
||||
environment:
|
||||
- BACKUP_FILENAME=backup-ghost-%Y-%m-%dT%H-%M-%S.tar.gz
|
||||
- BACKUP_PRUNING_PREFIX=backup-ghost-
|
||||
- BACKUP_LATEST_SYMLINK=backup-ghost-latest.tar.gz
|
||||
- BACKUP_RETENTION_DAYS=30
|
||||
volumes:
|
||||
- ./data:/backup/ghost:ro
|
||||
|
Loading…
Reference in New Issue
Block a user