Revision 1346f1b0c0853c7df34a9f3a18e2879a745c10a4 authored by Vladislav Kamenev on 26 October 2018, 15:58:50 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:53 UTC
1 parent 8906778
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