diff --git a/docker-compose.yml b/docker-compose.yml index c1331b1..b40512a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,5 @@ services: + # If you run `mariadb` in Docker, uncomment these lines: # mariadb: # image: mariadb:11.4 # networks: @@ -30,15 +31,13 @@ services: - 'nginx-conf:/etc/nginx/conf.d/servers:ro' - './config/panel.conf:/etc/nginx/conf.d/default.conf:ro' - report-runner: - image: specifyconsortium/report-runner - volumes: - - './report-fonts.jar:/var/lib/jetty/webapps/ROOT/WEB-INF/lib/report-fonts.jar:ro' - networks: - - database + # If you run `report-runner` in Docker, uncomment these lines: + # report-runner: + # image: specifyconsortium/report-runner + # volumes: + # - './report-fonts.jar:/var/lib/jetty/webapps/ROOT/WEB-INF/lib/report-fonts.jar:ro' volumes: - database: state: nginx-conf: