Skip to content

Instantly share code, notes, and snippets.

@arbal
Forked from gereltod/docker-compose.yml
Created June 24, 2020 18:38
Show Gist options
  • Save arbal/85ceeff61c6d27df10f320c8c5bb9320 to your computer and use it in GitHub Desktop.
Save arbal/85ceeff61c6d27df10f320c8c5bb9320 to your computer and use it in GitHub Desktop.
example_docker_compose
version: '2'
services:
hello_world:
image: ubuntu
command: [/bin/echo, 'Hello world']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment