swh:1:snp:235d047aba11fe9c047f806acd354acaf854276b
Raw File
Tip revision: 5f48373edb59b28149d4efc4fbb2455e0d4c2164 authored by Alexey Sergushichev on 14 July 2022, 16:02:58 UTC
fix tests
Tip revision: 5f48373
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top