This commit is contained in:
2026-06-03 08:28:41 +00:00
parent 67b41e5c3b
commit 955bb74cd9
7 changed files with 70 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
mfs:
image: mfs
# build:
# context: .
# dockerfile: src/MaksFileStorage.Server/Dockerfile
environment:
ASPNETCORE_HTTP_PORTS: 80
volumes:
- /data/services/teka-data:/app/data
ports:
- 5555:80
restart: unless-stopped