https://github.com/ctlab/phantasus
Revision 2ca6f3c0815037cadb541d3fc61484dbe73c84cb authored by Vladislav Kamenev on 04 April 2019, 13:38:07 UTC, committed by Vladislav Kamenev on 08 May 2019, 10:27:21 UTC
1 parent 9744c38
Raw File
Tip revision: 2ca6f3c0815037cadb541d3fc61484dbe73c84cb authored by Vladislav Kamenev on 04 April 2019, 13:38:07 UTC
Phantasus self-check before serving
Tip revision: 2ca6f3c
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