Skip to content

Instantly share code, notes, and snippets.

@rcj4747
Created September 16, 2021 00:09
Show Gist options
  • Save rcj4747/59a39f8753375eb574cebc861c9997a2 to your computer and use it in GitHub Desktop.
Save rcj4747/59a39f8753375eb574cebc861c9997a2 to your computer and use it in GitHub Desktop.
Sample Digitalocean docker image-based app (nginx hello)
name: hello
services:
- name: hello
http_port: 80
image:
registry_type: DOCKER_HUB
registry: nginxdemos
repository: hello
tag: latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment