https://github.com/ctlab/phantasus
Revision 4137063c9e2fcbec50c50efffb5946cbca69ef00 authored by Vladislav Kamenev on 21 June 2019, 13:11:12 UTC, committed by Vladislav Kamenev on 21 June 2019, 13:11:12 UTC
1 parent cc8a30d
Raw File
Tip revision: 4137063c9e2fcbec50c50efffb5946cbca69ef00 authored by Vladislav Kamenev on 21 June 2019, 13:11:12 UTC
Update JS
Tip revision: 4137063
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