https://github.com/ctlab/phantasus
Revision 5bfe49cd5b3f50ddb61aae141c501dc2bea4472b authored by petrovich on 19 July 2019, 10:24:31 UTC, committed by petrovich on 19 July 2019, 10:24:31 UTC
This reverts commit e85d77a39d90917fcc9126958b24c11d660ca5ad.
1 parent e85d77a
Raw File
Tip revision: 5bfe49cd5b3f50ddb61aae141c501dc2bea4472b authored by petrovich on 19 July 2019, 10:24:31 UTC
Revert "New GPL loader"
Tip revision: 5bfe49c
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