Skip to main content

Docker Compose

version: '3.3'
services:
    snippet-box:
        container_name: snippetbox
        ports:
            - '5000:5000'
        volumes:
            - '/srv/config/snippetbox2:/app/data' #map to wherever you want to map
        image: pawelmalak/snippet-box