https://github.com/ctlab/phantasus
Revision c2ff4508d7c165cd94f5c289c0ffc6f1b5c687e8 authored by Vladislav Kamenev on 18 December 2018, 14:19:57 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:56 UTC
1 parent 8678e0d
Raw File
Tip revision: c2ff4508d7c165cd94f5c289c0ffc6f1b5c687e8 authored by Vladislav Kamenev on 18 December 2018, 14:19:57 UTC
Update JS
Tip revision: c2ff450
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