Added container alias in network context

This commit is contained in:
Leopere 2018-06-02 11:45:27 -04:00
parent 22790582af
commit afdde58583

View file

@ -96,6 +96,8 @@ services:
networks:
green:
ipv4_address: 10.5.0.9
aliases:
- adminer
#########################
## Network Definitions ##