Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active May 31, 2022 21:36
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dnburgess/b3eebebc2adfc10b7d5dae7031faff35 to your computer and use it in GitHub Desktop.
Save dnburgess/b3eebebc2adfc10b7d5dae7031faff35 to your computer and use it in GitHub Desktop.
DB Tech Akaunting
version: '2.1'
services:
akaunting:
image: kuralabs/docker-akaunting:latest
restart: always
ports:
- 8080:8080
environment:
MYSQL_ROOT_PASSWORD: 9G!ixfCB7t@!*Gd8hTi9PY #Change this password to something at least as long and complicated
volumes:
- /srv/akaunting/mysql:/var/lib/mysql
- /srv/akaunting/logs:/var/log
- /srv/akaunting/config:/var/www/akaunting/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment