https://github.com/ctlab/phantasus
Revision 5a344cb1d029cd5a12242e9b458a1e93e5e7807b authored by Alexey Sergushichev on 26 March 2019, 18:26:51 UTC, committed by Alexey Sergushichev on 26 March 2019, 18:26:51 UTC
1 parent 84aa6a9
Raw File
Tip revision: 5a344cb1d029cd5a12242e9b458a1e93e5e7807b authored by Alexey Sergushichev on 26 March 2019, 18:26:51 UTC
Fixed regex for bin files
Tip revision: 5a344cb
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