stash: update to 0.30., remove cruft
This commit is contained in:
+1
-3
@@ -277,12 +277,10 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
stash:
|
stash:
|
||||||
image: stashapp/stash:v0.29.3
|
image: stashapp/stash:v0.30.0
|
||||||
container_name: stash
|
container_name: stash
|
||||||
ports:
|
ports:
|
||||||
- "${STASH_EXTERNAL_PORT}:${STASH_INTERNAL_PORT}"
|
- "${STASH_EXTERNAL_PORT}:${STASH_INTERNAL_PORT}"
|
||||||
## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section
|
|
||||||
# network_mode: host
|
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user