Use docker-compose ? https://raw.githubusercontent.com/stashapp/stash/develop/docker/production/docker-compose.yml
I also added the chrome-browserless service for scraping:
chrome:
# for using chromedb scrapers, set the url to http://chrome:3000/json/version
image: browserless/chrome:latest
container_name: chrome
restart: unless-stopped
I also changed both restart settings to “no” (must be with quotes) to prevent unintentional starts
Izzy - she nasty 😝