first commit
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
networks:
|
||||
nginx_network_external:
|
||||
name: nginx_network_external
|
||||
attachable: true
|
||||
services:
|
||||
nginx:
|
||||
build: .
|
||||
container_name: nginx
|
||||
image: nginx
|
||||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
restart: always
|
||||
networks:
|
||||
- nginx_network_external
|
||||
volumes:
|
||||
- /etc/letsencrypt:/etc/letsencrypt:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
Reference in New Issue
Block a user