Initial commit - MAEL landing page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
mael-landing:
|
||||
image: nginx:alpine
|
||||
container_name: mael-landing
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/mads/domain:/usr/share/nginx/html:ro
|
||||
ports:
|
||||
- "8090:80"
|
||||
Reference in New Issue
Block a user