https://github.com/ctlab/phantasus
Raw File
Tip revision: d248b1ea35177f41dff757e3899ba10aec3a004e authored by J Wokaty on 25 April 2023, 15:00:13 UTC
bump x.y.z version to even y prior to creation of RELEASE_3_17 branch
Tip revision: d248b1e
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top