Revision 0a52aa20409b3c589f220cb1e1538fbc179b04f6 authored by Vladislav Kamenev on 12 February 2019, 16:35:07 UTC, committed by Vladislav Kamenev on 12 February 2019, 16:35:07 UTC
2 parent s a667006 + ad54b61
Raw File
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