Skip to content

Instantly share code, notes, and snippets.

@kjanshair
Created December 17, 2019 06:38
Show Gist options
  • Save kjanshair/ee84c20be1a486d555ed1b99c7242625 to your computer and use it in GitHub Desktop.
Save kjanshair/ee84c20be1a486d555ed1b99c7242625 to your computer and use it in GitHub Desktop.
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