Skip to content
Permalink
Browse files
Remove Funky Network settings from Web Trainer compose file
  • Loading branch information
aa9863 committed Mar 22, 2021
1 parent 2d6452f commit b19974711363972ec34873ef57a2c76ca7d24ad4
Showing 1 changed file with 17 additions and 17 deletions.
@@ -3,23 +3,23 @@ services:
web:
image: 7024cem/webtrainer
ports:
- "80:80"
networks:
- main_network
- "8080:80"
# networks:
# - main_network

database:
image: 7024cem/webdb
environment:
- MYSQL_ROOT_PASSWORD=cueh
networks:
- main_network
ports:
- 3306:3306
# 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
#networks:
# main_network:
# driver: bridge
# ipam:
# config:
# - subnet : 172.18.0.0/24

0 comments on commit b199747

Please sign in to comment.