https://github.com/ctlab/phantasus
Revision 68f9979382b3816a3654a1b672343caecd35f005 authored by Alexey Sergushichev on 02 February 2019, 11:59:48 UTC, committed by Alexey Sergushichev on 02 February 2019, 11:59:48 UTC
1 parent 54ebb9d
Raw File
Tip revision: 68f9979382b3816a3654a1b672343caecd35f005 authored by Alexey Sergushichev on 02 February 2019, 11:59:48 UTC
ref -> tag
Tip revision: 68f9979
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