https://github.com/ctlab/phantasus
Revision 155fcfae73739855d34adb642fbaea167c99450d authored by Vladislav Kamenev on 13 May 2019, 16:08:37 UTC, committed by Vladislav Kamenev on 20 June 2019, 12:27:21 UTC
1 parent 7dbf432
Raw File
Tip revision: 155fcfae73739855d34adb642fbaea167c99450d authored by Vladislav Kamenev on 13 May 2019, 16:08:37 UTC
Update JS. Title fix
Tip revision: 155fcfa
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