https://github.com/ctlab/phantasus
Revision 5dfce1de888e20004b83e8dfce26c42f342a6276 authored by Alexey Sergushichev on 13 May 2020, 11:00:21 UTC, committed by Alexey Sergushichev on 13 May 2020, 11:00:21 UTC
1 parent 1345b2d
Raw File
Tip revision: 5dfce1de888e20004b83e8dfce26c42f342a6276 authored by Alexey Sergushichev on 13 May 2020, 11:00:21 UTC
update README
Tip revision: 5dfce1d
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