From 8cc276624482568203ec8287f954b0c5e0f031f8 Mon Sep 17 00:00:00 2001 From: ExceptionalError <43562640+ExceptionalError@users.noreply.github.com> Date: Thu, 29 Aug 2019 18:10:39 +0200 Subject: [PATCH] fix docker tag fix docker tag so it works with dockerhub (fixes #111) --- docker/production/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/production/docker-compose.yml b/docker/production/docker-compose.yml index 3d9bffa89..86c890b23 100644 --- a/docker/production/docker-compose.yml +++ b/docker/production/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.4' services: stash: - image: stashapp/stash:x86_64 + image: stashapp/stash:latest restart: unless-stopped ports: - "9999:9999"