Skip to content

Instantly share code, notes, and snippets.

@witsch
Created March 30, 2020 15:07
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 witsch/f0543088b41e3c2b94eac6e20aaad13c to your computer and use it in GitHub Desktop.
Save witsch/f0543088b41e3c2b94eac6e20aaad13c to your computer and use it in GitHub Desktop.
docker stack configuraion for hypriot/rpi-busybox-httpd
version: "3.7"
services:
hello:
image: hypriot/rpi-busybox-httpd
ports:
- "4000:80"
deploy:
replicas: 1
restart_policy:
condition: on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment