Update compose - self-contained folder
This commit is contained in:
+8
-2
@@ -4,6 +4,12 @@ services:
|
|||||||
container_name: mael-landing
|
container_name: mael-landing
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /home/mads/domain:/usr/share/nginx/html:ro
|
- ./:/usr/share/nginx/html:ro
|
||||||
ports:
|
ports:
|
||||||
- "8090:80"
|
- "8090:80"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user