diff --git a/Docker/compose.yml b/Docker/compose.yml index 3898bcc..948dd26 100644 --- a/Docker/compose.yml +++ b/Docker/compose.yml @@ -14,4 +14,10 @@ services: - ./mariadb/mysql:/var/lib/mysql - ./mariadb/backup:/backup ports: - - 3306:3306 \ No newline at end of file + - 3306:3306 + web: + image: nginx + volumes: + - ../webui:/usr/share/nginx/html:ro + ports: + - 80:80 \ No newline at end of file