Add docker compose
This commit is contained in:
parent
ba08dbcdd6
commit
f5e4441827
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: nginx:stable
|
||||||
|
container_name: nginx_littlelink
|
||||||
|
volumes:
|
||||||
|
- ./:/usr/share/nginx/html:ro
|
||||||
|
networks:
|
||||||
|
- application_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
application_net:
|
||||||
|
external: true
|
Loading…
Reference in New Issue
Block a user