Created
December 17, 2019 06:38
-
-
Save kjanshair/ee84c20be1a486d555ed1b99c7242625 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" | |
services: | |
app1: | |
image: <name>:latest | |
container_name: app1 | |
networks: | |
- isolated_network | |
networks: | |
isolated_network: | |
external: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment