Revert shm size and docker-compose version for Travis CI
This commit is contained in:
parent
fd34e3a796
commit
43a2516efa
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue