https://github.com/ctlab/phantasus
Revision 220035ea60210f33ffa2bb804b7103a11045a702 authored by Vladislav Kamenev on 25 February 2019, 09:56:41 UTC, committed by Vladislav Kamenev on 25 February 2019, 09:56:57 UTC
1 parent 073d4d2
Raw File
Tip revision: 220035ea60210f33ffa2bb804b7103a11045a702 authored by Vladislav Kamenev on 25 February 2019, 09:56:41 UTC
Update JS
Tip revision: 220035e
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