backup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user