https://github.com/ctlab/phantasus
Revision c55c9450d4b07a79b3a9fc0bea6d1b08aad130b2 authored by clevermx on 07 April 2022, 15:58:52 UTC, committed by Space on 11 April 2022, 15:31:26 UTC
1 parent 5dbb074
Raw File
Tip revision: c55c9450d4b07a79b3a9fc0bea6d1b08aad130b2 authored by clevermx on 07 April 2022, 15:58:52 UTC
add relative paths in meta.rda
Tip revision: c55c945
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top