https://github.com/ctlab/phantasus
Revision 07c14f0542686a8da75a44e85590e8aeeb7b498a authored by Vladislav Kamenev on 27 March 2019, 11:03:01 UTC, committed by Vladislav Kamenev on 27 March 2019, 11:03:01 UTC
1 parent 88c8f6a
Raw File
Tip revision: 07c14f0542686a8da75a44e85590e8aeeb7b498a authored by Vladislav Kamenev on 27 March 2019, 11:03:01 UTC
Honor user cache-control setting
Tip revision: 07c14f0
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