https://github.com/ctlab/phantasus
Revision 75e278903330216e334d3fc006f73d84b5b18e75 authored by Alexey Sergushichev on 13 May 2020, 12:11:46 UTC, committed by GitHub on 13 May 2020, 12:11:46 UTC
1 parent 59194a6
Raw File
Tip revision: 75e278903330216e334d3fc006f73d84b5b18e75 authored by Alexey Sergushichev on 13 May 2020, 12:11:46 UTC
Update README.md
Tip revision: 75e2789
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