Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created February 26, 2024 16:41
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 csharpfritz/ace672e3d7d5bac55317ca6281e2a3ae to your computer and use it in GitHub Desktop.
Save csharpfritz/ace672e3d7d5bac55317ca6281e2a3ae to your computer and use it in GitHub Desktop.
Docker compose for my application to run on the Pi
version: "3"
services:
demopi:
image: fritzregistry.azurecr.io/fritz.demopi:latest
volumes:
- type: bind
- source: /home/jfritz/demopo/ClickCount.csv
- target: /app/ClickCount.csv
ports:
- "80:8080"
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment