https://github.com/ctlab/phantasus
Revision d57fe7b1375dcd80f12205e2ae2fc78b47d0b369 authored by Alexey Sergushichev on 08 July 2020, 21:12:34 UTC, committed by Alexey Sergushichev on 08 July 2020, 21:12:34 UTC
1 parent 78d905c
Raw File
Tip revision: d57fe7b1375dcd80f12205e2ae2fc78b47d0b369 authored by Alexey Sergushichev on 08 July 2020, 21:12:34 UTC
missed file
Tip revision: d57fe7b
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