update discuz

This commit is contained in:
kev 2022-01-21 18:38:18 +08:00
parent b391da200b
commit 627e61b208
3 changed files with 5 additions and 4 deletions

View File

@ -190,7 +190,7 @@ A collection of delicious docker recipes.
## Web ## Web
- [x] discuz :cn: - [x] ~discuz~ :cn: :skull:
- [x] django-cms - [x] django-cms
- [x] dokuwiki :+1: - [x] dokuwiki :+1:
- [x] dokuwiki-arm :+1: - [x] dokuwiki-arm :+1:

View File

@ -3,16 +3,16 @@ discuz
[Discuz!][1] is an internet forum software written in PHP and developed by a chinese company. [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 - Initial release: March 2002
- Stable release: X3.2 (September 23, 2013; 2 years ago) - Stable release: X3.2 (September 23, 2013; 2 years ago)
- License: proprietary (costs about ¥3000) - License: proprietary (costs about ¥3000)
:+1: Try open source softwares: :+1: Try open source softwares: :angel:
- [discourse](https://hub.docker.com/r/discourse/discourse/) - [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/) - [phpbb](https://hub.docker.com/r/vimagick/phpbb/)
## docker-compose.yml ## docker-compose.yml

View File

@ -21,6 +21,7 @@ services:
environment: environment:
- BACKUP_FILENAME=backup-ghost-%Y-%m-%dT%H-%M-%S.tar.gz - BACKUP_FILENAME=backup-ghost-%Y-%m-%dT%H-%M-%S.tar.gz
- BACKUP_PRUNING_PREFIX=backup-ghost- - BACKUP_PRUNING_PREFIX=backup-ghost-
- BACKUP_LATEST_SYMLINK=backup-ghost-latest.tar.gz
- BACKUP_RETENTION_DAYS=30 - BACKUP_RETENTION_DAYS=30
volumes: volumes:
- ./data:/backup/ghost:ro - ./data:/backup/ghost:ro