Bundle webserver with webui
This commit is contained in:
parent
d9a8b042b1
commit
3bcec625da
@ -15,3 +15,9 @@ services:
|
||||
- ./mariadb/backup:/backup
|
||||
ports:
|
||||
- 3306:3306
|
||||
web:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ../webui:/usr/share/nginx/html:ro
|
||||
ports:
|
||||
- 80:80
|
Loading…
Reference in New Issue
Block a user