https://github.com/ctlab/phantasus
Revision 8b8b9021e788d025900122fa3f3a13d89a15a276 authored by petrovich on 13 December 2018, 19:09:43 UTC, committed by petrovich on 13 December 2018, 19:09:43 UTC
1 parent b7a3bed
Raw File
Tip revision: 8b8b9021e788d025900122fa3f3a13d89a15a276 authored by petrovich on 13 December 2018, 19:09:43 UTC
Update JS
Tip revision: 8b8b902
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