Skip to content

Instantly share code, notes, and snippets.

@skyway22
Created May 31, 2023 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyway22/87cabae2f0f044a077611d5ec25c79c6 to your computer and use it in GitHub Desktop.
Save skyway22/87cabae2f0f044a077611d5ec25c79c6 to your computer and use it in GitHub Desktop.
Snippet-box RaspberryPi
version: '3'
services:
snippet-box:
image: pawelmalak/snippet-box:arm
container_name: snippet-box
volumes:
- ./data:/app/data
ports:
- 5000:5000
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment