https://github.com/ctlab/phantasus
Revision 823ab4862b4c9c3fca34c50fd9f288448dea9da8 authored by petrovich on 18 February 2019, 15:31:54 UTC, committed by petrovich on 18 February 2019, 15:31:54 UTC
1 parent 8c93d9d
Raw File
Tip revision: 823ab4862b4c9c3fca34c50fd9f288448dea9da8 authored by petrovich on 18 February 2019, 15:31:54 UTC
GEO binary in cacheDir - not session dir
Tip revision: 823ab48
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