You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/docker-compose.yml

14 lines
261 B

version: '2.0'
services:
isso:
build: ./
environment:
- GID=1000
- UID=1000
volumes:
- /mnt/docker/isso/config:/config
- /mnt/docker/isso/db:/db
ports:
- 8081:8081