Skip to content

Instantly share code, notes, and snippets.

@fivemini
Created August 15, 2018 15:53
Show Gist options
  • Save fivemini/9914f02e635b2483e251ab41b10b3266 to your computer and use it in GitHub Desktop.
Save fivemini/9914f02e635b2483e251ab41b10b3266 to your computer and use it in GitHub Desktop.
version: '2'
services:
web:
image: tomcat:8
ports:
- "18080:8080"
networks:
- back
networks:
back:
driver: bridge
driver_opts:
com.docker.network.bridge.name: br_nic4
ipam:
driver: default
config:
- subnet: 10.10.40.0/24
gateway: 10.10.40.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment