Created
May 11, 2018 08:07
-
-
Save rhrn/f9ac3868c2179ab3ebe68dc1bb68028a to your computer and use it in GitHub Desktop.
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: '3.6' | |
services: | |
custom-service: | |
image: registry.example.com/custom-service:latest | |
build: | |
context: ./custom-service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment