https://github.com/ctlab/phantasus
Revision 7f59e035689c520889623f46199397601cf4959b authored by Alexey Sergushichev on 21 May 2019, 18:39:36 UTC, committed by Alexey Sergushichev on 21 May 2019, 18:39:36 UTC
1 parent 5427f58
Raw File
Tip revision: 7f59e035689c520889623f46199397601cf4959b authored by Alexey Sergushichev on 21 May 2019, 18:39:36 UTC
hot fix for hanging on empty annotation file
Tip revision: 7f59e03
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:80"
        expose:
            - 80
        volumes: # Specify folder before ":" if needed
            - ./archs4:/var/phantasus/cache/archs4
            - ./phantasus-runtime:/var/phantasus

back to top