Skip to content

Commit

Permalink
Add environment variables to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
vndmtrx committed Nov 16, 2024
1 parent 7d73c2f commit 75a8a89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ services:
security_opt:
- no-new-privileges:true
user: www-data
environment:
- DOKUWIKI_TITLE=DokuWiki Docker Image
- DOKUWIKI_LANG=en
- DOKUWIKI_LICENSE=gnufdl
- DOKUWIKI_TAGLINE=A secure, rootless Docker image for DokuWiki with persistent storage support
- DOKUWIKI_BASEURL=http://localhost:8080
- DOKUWIKI_USEACL=1
- DOKUWIKI_SUPERUSER=admin
- DOKUWIKI_SUPERPASS=very_secure_password
- DOKUWIKI_FULLNAME=Administrator
- [email protected]
- DOKUWIKI_DISABLEACTIONS=register
- DOKUWIKI_AUTHTYPE=authplain
- DOKUWIKI_DEFAULTGROUP=user
- DOKUWIKI_ACL_POLICY=public # Can be: open, public, or closed (default: open)

volumes:
dokuwiki_data:
Expand Down

0 comments on commit 75a8a89

Please sign in to comment.