Revision 80dee837b3b1b6f988943903382e7c867b9e3061 authored by clevermx on 14 June 2022, 15:04:25 UTC, committed by Space on 14 June 2022, 15:04:25 UTC
keep stat column and add explicit shrink type

1 parent 1708586
Raw File
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top