mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
15 lines
293 B
YAML
15 lines
293 B
YAML
services:
|
|
stash:
|
|
image: stashapp/stash:LocalVisage
|
|
container_name: stash
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: unless-stopped
|
|
ports:
|
|
- "7860:7860"
|
|
- "9999:9999"
|
|
volumes:
|
|
- "./config:/appdata"
|
|
- "./data:/data"
|