1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-09 17:38:14 +02:00

docker: added actualbudget server

This commit is contained in:
tiyn
2025-09-22 00:47:36 +02:00
parent 50cdd1680a
commit c0e3170619
2 changed files with 70 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ Set the following volumes with the -v tag.
### rebuild.sh
```sh
#!/bin/sh
docker-compose down
docker-compose up -d
```
<!-- ### .env -->