Revision 42f1e4748e3a8024b33f0ee48c994852a1b6b090 authored by Alexey Sergushichev on 25 May 2020, 08:51:51 UTC, committed by Alexey Sergushichev on 25 May 2020, 08:51:51 UTC
1 parent 75e9b76
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