Created
November 10, 2016 12:34
-
-
Save somatorio/39c54471050d58d23afe26fbe713394d to your computer and use it in GitHub Desktop.
docker-compose do marcosflavio
This file contains hidden or 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
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