fix docker tag

fix docker tag so it works with dockerhub (fixes #111)
This commit is contained in:
ExceptionalError 2019-08-29 18:10:39 +02:00 committed by GitHub
parent 64ccee48ec
commit 8cc2766244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
version: '3.4'
services:
stash:
image: stashapp/stash:x86_64
image: stashapp/stash:latest
restart: unless-stopped
ports:
- "9999:9999"