Created
September 16, 2021 00:09
-
-
Save rcj4747/59a39f8753375eb574cebc861c9997a2 to your computer and use it in GitHub Desktop.
Sample Digitalocean docker image-based app (nginx hello)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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