https://github.com/ctlab/phantasus
Revision 5427f58f6d9ea864371e8e3664f9714146178c6d authored by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC, committed by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC
1 parent e8d0803
Raw File
Tip revision: 5427f58f6d9ea864371e8e3664f9714146178c6d authored by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC
verbose selfCheck
Tip revision: 5427f58
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