https://github.com/ctlab/phantasus
Revision f719054645e1563cfb03ca53bea1096aa3c988cd authored by petrovich on 03 June 2019, 16:06:17 UTC, committed by Vladislav Kamenev on 20 June 2019, 12:27:23 UTC
1 parent 3de0c01
Raw File
Tip revision: f719054645e1563cfb03ca53bea1096aa3c988cd authored by petrovich on 03 June 2019, 16:06:17 UTC
Update JS
Tip revision: f719054
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