Skip to content

Instantly share code, notes, and snippets.

@djismgaming
Created July 23, 2019 12:50
Show Gist options
  • Select an option

  • Save djismgaming/2c04e68b06bfb5465413c737ea130eec to your computer and use it in GitHub Desktop.

Select an option

Save djismgaming/2c04e68b06bfb5465413c737ea130eec to your computer and use it in GitHub Desktop.
Portainer external network on stack
version: '2'
services:
mq:
image: rabbitmq:latest
container_name: sample-mq
restart: always
networks:
- web
networks:
web:
external:
name: web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment