Skip to content
Permalink
11209d33bd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (22 sloc) 384 Bytes
version: '3'
services:
web:
image: 7024cem/webtrainer
ports:
- "80:80"
networks:
- main_network
database:
image: 7024cem/webdb
environment:
- MYSQL_ROOT_PASSWORD=cueh
networks:
- main_network
ports:
- 3306:3306
networks:
main_network:
driver: bridge
ipam:
config:
- subnet : 172.18.0.0/24