Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /docker/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- /docker/certbot/conf:/etc/letsencrypt:ro
|
||||
- /docker/certbot/www:/var/www/certbot:ro
|
||||
- /docker/wordpress/goodwalk.co.nz/html:/var/www/html:ro
|
||||
networks:
|
||||
- webnet
|
||||
|
||||
networks:
|
||||
webnet:
|
||||
external: true
|
||||
Reference in New Issue
Block a user