https://github.com/ctlab/phantasus
Revision 5ae6e3d86f7a0bd3804f99f4c1c6854f152b5dbf authored by Alexey Sergushichev on 13 May 2020, 12:31:17 UTC, committed by GitHub on 13 May 2020, 12:31:17 UTC
1 parent 65ff2d0
Raw File
Tip revision: 5ae6e3d86f7a0bd3804f99f4c1c6854f152b5dbf authored by Alexey Sergushichev on 13 May 2020, 12:31:17 UTC
Update appveyor.yml
Tip revision: 5ae6e3d
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