Skip to content

Commit

Permalink
compose template: use official iipsrv image
Browse files Browse the repository at this point in the history
  • Loading branch information
atomotic committed Oct 19, 2023
1 parent 1e467da commit 5c9e3b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/resources/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.8"
services:
iipsrv:
image: atomotic/iipsrv:latest
image: iipsrv/iipsrv
volumes:
- ./data/images:/images
- ./data/www:/www
- ./data/manifests:/www/manifests
- ./data/www:/var/www/localhost/htdocs
- ./data/manifests:/var/www/localhost/htdocs/manifests
environment:
- LOGFILE=/dev/stderr
- URI_MAP=iiif=>IIIF
Expand All @@ -15,4 +15,4 @@ services:
- IIIF_VERSION=3
- CORS=*
ports:
- ${IIPSRV_PORT}:80
- ${IIPSRV_PORT}:80

0 comments on commit 5c9e3b6

Please sign in to comment.