Revert shm size and docker-compose version for Travis CI

This commit is contained in:
Michael Mayer 2019-05-20 20:51:29 +02:00
parent fd34e3a796
commit 43a2516efa

View file

@ -1,4 +1,4 @@
version: '3.5'
version: '3.3'
services:
photoprism:
@ -8,7 +8,6 @@ services:
volumes:
- "~/.cache/yarn:/root/.cache/yarn"
- "~/.cache/go-mod:/go/pkg/mod"
shm_size: "2gb"
environment:
PHOTOPRISM_HTTP_HOST: "0.0.0.0"
PHOTOPRISM_HTTP_PORT: 2342