https://github.com/ctlab/phantasus
Revision cc8a30d8bcabbd2704338d01ef03d299156b7254 authored by Vladislav Kamenev on 21 June 2019, 13:10:10 UTC, committed by Vladislav Kamenev on 21 June 2019, 13:10:10 UTC
1 parent c81f40f
Raw File
Tip revision: cc8a30d8bcabbd2704338d01ef03d299156b7254 authored by Vladislav Kamenev on 21 June 2019, 13:10:10 UTC
Omit unannotated removes NA aswell
Tip revision: cc8a30d
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