Init
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
image: nginx
|
||||||
|
container_name: blog
|
||||||
|
ports:
|
||||||
|
- "8010:80"
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./data:/usr/share/nginx/html
|
||||||
|
environment:
|
||||||
|
- NGINX_HOST=blog.awin.one
|
||||||
|
- NGINX_PORT=80
|
||||||
|
|
||||||
Reference in New Issue
Block a user