Skip to content
Snippets Groups Projects
Commit 9e455ca1 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#441 - Add docker compose

parent 5ae25a67
No related branches found
No related tags found
No related merge requests found
version: '3.3'
services:
budgetmaster:
image: deadlocker/budgetmaster:latest
restart: always
volumes:
- "./data:/root/.Deadlocker/BudgetMaster"
expose:
- "8080"
ports:
- "8080:8080"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment