Commit 8a047f88 by MOHAMED SIDDIQ

Add new docker compose

parents
version: "3.4"
services:
nginx:
image: nginx:alpine
hostname: nginx
container_name: nginx
restart: on-failure
ports:
- 80:80
networks:
test-net
secondnginx:
image: nginx:alpine
hostname: secondnginx
container_name: secondnginx
restart: on-failure
ports:
- 8080:80
networks:
test-net
networks:
test-net:
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment