Add docker-compose.yml
This commit is contained in:
parent
1709ac2b03
commit
eb81a2e4bd
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
my-nginx-website:
|
||||||
|
image: sthopeless/my-nginx-website:latest
|
||||||
|
container_name: my-nginx-website
|
||||||
|
network_mode: bridge
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /path/to/my-nginx-website/website:/usr/share/nginx/html
|
||||||
|
ports:
|
||||||
|
- 4000:80
|
Loading…
x
Reference in New Issue
Block a user