mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-02 22:08:21 -05:00
12 lines
239 B
YAML
12 lines
239 B
YAML
services:
|
|
blazorapp:
|
|
image: aliasvault
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "80:8080"
|
|
volumes:
|
|
- ./database:/database
|
|
restart: always
|