https://github.com/ctlab/phantasus
Revision 2855eac580666625dbfcef8f0aee1f510a3aa671 authored by petrovich on 04 September 2019, 04:29:17 UTC, committed by petrovich on 10 September 2019, 17:13:21 UTC
1 parent 5eda2a5
Raw File
Tip revision: 2855eac580666625dbfcef8f0aee1f510a3aa671 authored by petrovich on 04 September 2019, 04:29:17 UTC
Typo fixes
Tip revision: 2855eac
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