Skip to content

Instantly share code, notes, and snippets.

@somatorio
Created November 10, 2016 12:34
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 somatorio/39c54471050d58d23afe26fbe713394d to your computer and use it in GitHub Desktop.
Save somatorio/39c54471050d58d23afe26fbe713394d to your computer and use it in GitHub Desktop.
docker-compose do marcosflavio
version: '2'
services:
zabbix:
image: marcosflavio/zabbix:0
command: /teste.sh
ports:
- "5000:80"
hostname: teste
container_name: ZabbixTeste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment